mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Updated PDO PHP8 signature
This commit is contained in:
parent
be33726e76
commit
e5c5cb0a25
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue