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:
parent
91bdd65588
commit
95de80b7f1
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user