Skip to content

Commit

Permalink
Update src/PdoInterface.php
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
srjlewis and kenjis authored Nov 7, 2021
1 parent 421633f commit 4b84240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PdoInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 4b84240

Please sign in to comment.