mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated PDO PHP8 signature
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user