1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Updated PDO PHP8 signature

This commit is contained in:
Eldad Fux 2020-10-27 08:34:02 +02:00
parent be33726e76
commit e5c5cb0a25

View file

@ -98,7 +98,7 @@ class PDOStatement extends PDOStatementNative
return $result;
}
public function fetchAll($how = null, $class_name = null, $ctor_args = null)
public function fetchAll(int $fetch_style = PDO::FETCH_BOTH, mixed ...$fetch_args)
{
$result = $this->PDOStatement->fetchAll();