Skip to content

Commit 2fe5e55

Browse files
authored
Fix return type of PDOStatement::debugDumpParams() (#5273)
1 parent 8b96391 commit 2fe5e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

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

0 commit comments

Comments
 (0)