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 8de43af commit 48914ec
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 @@ -153,7 +153,7 @@ public function query(string $query, ?int $fetchMode = null, ...$fetch_mode_args
* @see http://php.net/manual/en/pdo.quote.php
*
*/
public function quote(mixed $value, int $parameter_type = PDO::PARAM_STR): string|false;
public function quote(string|int|array|float|null $value, int $type = PDO::PARAM_STR): string|false;

/**
*
Expand Down

0 comments on commit 48914ec

Please sign in to comment.