mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Update OTS_DB_PDOQuery_PHP71.php
This commit is contained in:
parent
0a3a079b86
commit
4028a58adc
@ -5,7 +5,7 @@ trait OTS_DB_PDOQuery
|
||||
/**
|
||||
* @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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user