Skip to content

Commit 6eebdd3

Browse files
committed
Fix return type of PDOStatement::debugDumpParams()
Fixes #14337
1 parent dba6c24 commit 6eebdd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7827,7 +7827,7 @@
78277827
'PDOStatement::bindValue' => ['bool', 'parameter'=>'mixed', 'value'=>'mixed', 'data_type='=>'int'],
78287828
'PDOStatement::closeCursor' => ['bool'],
78297829
'PDOStatement::columnCount' => ['0|positive-int'],
7830-
'PDOStatement::debugDumpParams' => ['void'],
7830+
'PDOStatement::debugDumpParams' => ['?bool'],
78317831
'PDOStatement::errorCode' => ['string|null'],
78327832
'PDOStatement::errorInfo' => ['array'],
78337833
'PDOStatement::execute' => ['bool', 'bound_input_params='=>'?array'],

0 commit comments

Comments
 (0)