mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
[ticket/17176] Resolve psalm issues after PHP version update
PHPBB3-17176
This commit is contained in:
@@ -478,7 +478,7 @@ class factory implements driver_interface
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function clean_query_id($query_id)
|
||||
public function clean_query_id(mixed $query_id): int|string
|
||||
{
|
||||
return $this->get_driver()->clean_query_id($query_id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user