diff --git a/src/PdoInterface.php b/src/PdoInterface.php index a0325d54..68c65352 100644 --- a/src/PdoInterface.php +++ b/src/PdoInterface.php @@ -127,7 +127,7 @@ public function prepare(string $query, array $options = []): PDOStatement|false; * * Queries the database and returns a PDOStatement. * - * @param string $statement The SQL statement to prepare and execute. + * @param string $query The SQL statement to prepare and execute. * * @param int|null $fetchMode *