mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
Fix callmap incorrect value
This commit is contained in:
parent
6da0b1cb87
commit
6027687ad9
@ -2136,7 +2136,7 @@ return [
|
||||
'fgetcsv' => ['array|false|null', 'fp'=>'', 'length='=>'int', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'],
|
||||
'fgetss' => ['string|false', 'fp'=>'', 'length='=>'int', 'allowable_tags='=>'string'],
|
||||
'fgets' => ['string|false', 'fp'=>'', 'length='=>'int'],
|
||||
'file' => ['array|file', 'filename'=>'string', 'flags='=>'int', 'context='=>''],
|
||||
'file' => ['array|false', 'filename'=>'string', 'flags='=>'int', 'context='=>''],
|
||||
'fileatime' => ['int|false', 'filename'=>'string'],
|
||||
'filectime' => ['int|false', 'filename'=>'string'],
|
||||
'file_exists' => ['bool', 'filename'=>'string'],
|
||||
|
Loading…
Reference in New Issue
Block a user