mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
fixed RarArchive signatures (#2385)
This commit is contained in:
parent
377e47c8bd
commit
e2d1eca2b4
@ -10209,14 +10209,14 @@ return [
|
||||
'rar_solid_is' => ['bool', 'rarfile'=>'rararchive'],
|
||||
'rar_wrapper_cache_stats' => ['string'],
|
||||
'RarArchive::__toString' => ['string'],
|
||||
'RarArchive::close' => ['bool', 'rarfile'=>'rararchive'],
|
||||
'RarArchive::getComment' => ['?string', 'rarfile'=>'rararchive'],
|
||||
'RarArchive::getEntries' => ['RarEntry[]|false', 'rarfile'=>'rararchive'],
|
||||
'RarArchive::getEntry' => ['RarEntry|false', 'entryname'=>'string', 'rarfile'=>'rararchive'],
|
||||
'RarArchive::isBroken' => ['bool', 'rarfile'=>'rararchive'],
|
||||
'RarArchive::isSolid' => ['bool', 'rarfile'=>'rararchive'],
|
||||
'RarArchive::close' => ['bool'],
|
||||
'RarArchive::getComment' => ['string|null'],
|
||||
'RarArchive::getEntries' => ['RarEntry[]|false'],
|
||||
'RarArchive::getEntry' => ['RarEntry|false', 'entryname'=>'string'],
|
||||
'RarArchive::isBroken' => ['bool'],
|
||||
'RarArchive::isSolid' => ['bool'],
|
||||
'RarArchive::open' => ['RarArchive|false', 'filename'=>'string', 'password='=>'string', 'volume_callback='=>'callable'],
|
||||
'RarArchive::setAllowBroken' => ['bool', 'allow_broken'=>'bool', 'rarfile'=>'rararchive'],
|
||||
'RarArchive::setAllowBroken' => ['bool', 'allow_broken'=>'bool'],
|
||||
'RarEntry::__toString' => ['string'],
|
||||
'RarEntry::extract' => ['bool', 'dir'=>'string', 'filepath='=>'string', 'password='=>'string', 'extended_data='=>'bool'],
|
||||
'RarEntry::getAttr' => ['int|false'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user