mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/17176] Clean up database code to prevent test issues
PHPBB3-17176
This commit is contained in:
@@ -501,7 +501,7 @@ interface driver_interface
|
||||
*
|
||||
* @param mixed $query_id Mixed type query id
|
||||
*
|
||||
* @return int|string Query id in string or integer format
|
||||
* @return int|string|null Query id in string or integer format
|
||||
*/
|
||||
public function clean_query_id(mixed $query_id): int|string;
|
||||
public function clean_query_id(mixed $query_id): int|string|null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user