mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
ZipArchive::open() does not return resource (#3067)
This commit is contained in:
parent
c8e7e43bb0
commit
166b4d04a5
@ -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|bool', 'source'=>'string', 'flags='=>'int'],
|
||||
'ZipArchive::open' => ['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