mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
ZipArchive::open can return true cc @LeSuisse
This commit is contained in:
parent
6b25b33d81
commit
690b29762e
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user