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 4b84240 commit 8de43af
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 @@ -138,7 +138,7 @@ public function prepare(string $query, array $options = []): PDOStatement|false;
* @see http://php.net/manual/en/pdo.query.php
*
*/
public function query($statement, $fetchMode = null, ...$fetch_mode_args): PDOStatement|false;
public function query(string $query, ?int $fetchMode = null, ...$fetch_mode_args): PDOStatement|false;

/**
*
Expand Down

0 comments on commit 8de43af

Please sign in to comment.