Skip to content

Commit 5d98606

Browse files
Fix PDO quote return type
1 parent 5878035 commit 5d98606

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
@@ -8345,7 +8345,7 @@
83458345
'PDO::query\'1' => ['PDOStatement|false', 'sql'=>'string', 'fetch_column'=>'int', 'colno'=>'int'],
83468346
'PDO::query\'2' => ['PDOStatement|false', 'sql'=>'string', 'fetch_class'=>'int', 'classname'=>'string', 'ctorargs'=>'array'],
83478347
'PDO::query\'3' => ['PDOStatement|false', 'sql'=>'string', 'fetch_into'=>'int', 'object'=>'object'],
8348-
'PDO::quote' => ['string', 'string'=>'string', 'paramtype='=>'int'],
8348+
'PDO::quote' => ['__benevolent<string|false>', 'string'=>'string', 'paramtype='=>'int'],
83498349
'PDO::rollBack' => ['bool'],
83508350
'PDO::setAttribute' => ['bool', 'attribute'=>'int', 'value'=>''],
83518351
'PDO::sqliteCreateAggregate' => ['bool', 'function_name'=>'string', 'step_func'=>'callable', 'finalize_func'=>'callable', 'num_args='=>'int'],

0 commit comments

Comments
 (0)