1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 12:01:48 +02:00

[ticket/17176] Clean up database code to prevent test issues

PHPBB3-17176
This commit is contained in:
Marc Alexander
2023-08-20 21:12:11 +02:00
parent 96e97c264e
commit 8a2199ed6c
5 changed files with 7 additions and 6 deletions

View File

@@ -478,7 +478,7 @@ class factory implements driver_interface
/**
* {@inheritDoc}
*/
public function clean_query_id(mixed $query_id): int|string
public function clean_query_id(mixed $query_id): int|string|null
{
return $this->get_driver()->clean_query_id($query_id);
}