mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
PHP 8.1 compatibility
This commit is contained in:
@@ -6,7 +6,7 @@ if (PHP_VERSION_ID >= 80000) {
|
||||
/**
|
||||
* @return PDOStatement
|
||||
*/
|
||||
public function query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs)
|
||||
public function query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement
|
||||
{
|
||||
return $this->doQuery($query, $fetchMode, ...$fetchModeArgs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user