Skip to content

Commit

Permalink
PDO::exec could also return false
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk authored and ondrejmirtes committed Jul 22, 2020
1 parent aa38695 commit 262694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reflection/SignatureMap/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8441,7 +8441,7 @@
'PDO::cubrid_schema' => ['array', 'schema_type'=>'int', 'table_name='=>'string', 'col_name='=>'string'],
'PDO::errorCode' => ['string'],
'PDO::errorInfo' => ['array'],
'PDO::exec' => ['int', 'query'=>'string'],
'PDO::exec' => ['int|false', 'query'=>'string'],
'PDO::getAttribute' => ['', 'attribute'=>'int'],
'PDO::getAvailableDrivers' => ['array'],
'PDO::inTransaction' => ['bool'],
Expand Down

0 comments on commit 262694d

Please sign in to comment.