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

Fix realpath return type

Fixes #405
This commit is contained in:
Matthew Brown 2017-12-19 12:55:43 -05:00
parent abc9c051a9
commit 68a4f30e96

View File

@ -7451,7 +7451,7 @@ return [
'readlink' => ['string', 'filename'=>'string'],
'realpath_cache_get' => ['array'],
'realpath_cache_size' => ['int'],
'realpath' => ['string', 'path'=>'string'],
'realpath' => ['string|false', 'path'=>'string'],
'recode_file' => ['bool', 'request'=>'string', 'input'=>'', 'output'=>''],
'recode_string' => ['string', 'request'=>'string', 'str'=>'string'],
'RecursiveArrayIterator::getChildren' => ['RecursiveArrayIterator'],