mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16955] Resolve incompatibilities with doctum
PHPBB3-16955
This commit is contained in:
@@ -1102,7 +1102,8 @@ abstract class driver implements driver_interface
|
||||
/**
|
||||
* Return sql error array
|
||||
*
|
||||
* @return array{message: string, code: int|string} SQL error array with message and error code
|
||||
* @return array SQL error array with message and error code
|
||||
* @psalm-return array{message: string, code: int|string}
|
||||
*/
|
||||
abstract protected function _sql_error(): array;
|
||||
|
||||
|
Reference in New Issue
Block a user