1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

ZipArchive::open can return true cc @LeSuisse

This commit is contained in:
Brown 2020-04-04 17:45:26 -04:00
parent 6b25b33d81
commit 690b29762e

View File

@ -16542,7 +16542,7 @@ return [
'ZipArchive::getStatusString' => ['string|false'],
'ZipArchive::getStream' => ['resource|false', 'entryname'=>'string'],
'ZipArchive::locateName' => ['int|false', 'filename'=>'string', 'flags='=>'int'],
'ZipArchive::open' => ['resource|int|false', 'source'=>'string', 'flags='=>'int'],
'ZipArchive::open' => ['resource|int|bool', 'source'=>'string', 'flags='=>'int'],
'ZipArchive::renameIndex' => ['bool', 'index'=>'int', 'new_name'=>'string'],
'ZipArchive::renameName' => ['bool', 'name'=>'string', 'new_name'=>'string'],
'ZipArchive::setArchiveComment' => ['bool', 'comment'=>'string'],