1
0
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:
Matthew Brown 2016-09-15 16:29:58 -04:00
parent 6da0b1cb87
commit 6027687ad9

View File

@ -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'],