diff --git a/src/PdoInterface.php b/src/PdoInterface.php index 508084c6..a0325d54 100644 --- a/src/PdoInterface.php +++ b/src/PdoInterface.php @@ -121,7 +121,7 @@ public function lastInsertId(?string $name = null): string|false; * * @see http://php.net/manual/en/pdo.prepare.php */ - public function prepare(string $statement, array $options = []): PDOStatement|false; + public function prepare(string $query, array $options = []): PDOStatement|false; /** *