From 4b84240402620474d5762cc81cc88ef2d662a50b Mon Sep 17 00:00:00 2001 From: Steven Lewis Date: Sun, 7 Nov 2021 09:05:40 +0000 Subject: [PATCH] Update src/PdoInterface.php Co-authored-by: kenjis --- src/PdoInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *