1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Make signature nullable

This commit is contained in:
Matthew Brown 2017-06-30 14:16:27 -04:00
parent 91bdd65588
commit 95de80b7f1

View File

@ -6829,7 +6829,7 @@ return [
'PDOStatement::debugDumpParams' => [''],
'PDOStatement::errorCode' => ['string'],
'PDOStatement::errorInfo' => ['array'],
'PDOStatement::execute' => ['bool', 'bound_input_params='=>'array'],
'PDOStatement::execute' => ['bool', 'bound_input_params='=>'array|null'],
'PDOStatement::fetchAll' => ['array', 'how='=>'int', 'fetch_argument='=>'int|string|callable', 'ctor_args='=>'null|array'],
'PDOStatement::fetchColumn' => ['string', 'column_number='=>'int'],
'PDOStatement::fetch' => ['', 'how='=>'int', 'orientation='=>'int', 'offset='=>'int'],