mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Add more fixes
This commit is contained in:
parent
df98750963
commit
36ed769b9f
@ -304,15 +304,15 @@ return [
|
||||
'apcu_sma_info' => ['array|false', 'limited='=>'bool'],
|
||||
'apcu_store' => ['bool', 'key'=>'string', 'var='=>'', 'ttl='=>'int'],
|
||||
'apcu_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
|
||||
'APCUIterator::__construct' => ['void', 'search='=>'string|string[]|null', 'format='=>'int', 'chunk_size='=>'int', 'list='=>'int'],
|
||||
'APCUIterator::current' => ['mixed|false'],
|
||||
'APCUIterator::getTotalCount' => ['int|false'],
|
||||
'APCUIterator::getTotalHits' => ['int|false'],
|
||||
'APCUIterator::getTotalSize' => ['int|false'],
|
||||
'APCUIterator::key' => ['string|int|false'],
|
||||
'APCUIterator::next' => ['bool'],
|
||||
'APCUIterator::rewind' => ['void'],
|
||||
'APCUIterator::valid' => ['bool'],
|
||||
'APCuIterator::__construct' => ['void', 'search='=>'string|string[]|null', 'format='=>'int', 'chunk_size='=>'int', 'list='=>'int'],
|
||||
'APCuIterator::current' => ['mixed'],
|
||||
'APCuIterator::getTotalCount' => ['int'],
|
||||
'APCuIterator::getTotalHits' => ['int'],
|
||||
'APCuIterator::getTotalSize' => ['int'],
|
||||
'APCuIterator::key' => ['string'],
|
||||
'APCuIterator::next' => ['void'],
|
||||
'APCuIterator::rewind' => ['void'],
|
||||
'APCuIterator::valid' => ['bool'],
|
||||
'apd_breakpoint' => ['bool', 'debug_level'=>'int'],
|
||||
'apd_callstack' => ['array'],
|
||||
'apd_clunk' => ['void', 'warning'=>'string', 'delimiter='=>'string'],
|
||||
@ -3293,6 +3293,7 @@ return [
|
||||
'finfo::__construct' => ['void', 'options='=>'int', 'magic_file='=>'string'],
|
||||
'finfo::buffer' => ['string|false', 'string'=>'string', 'options='=>'int', 'context='=>'resource'],
|
||||
'finfo::file' => ['string|false', 'file_name'=>'string', 'options='=>'int', 'context='=>'resource'],
|
||||
'finfo::finfo' => ['void', 'options='=>'int', 'magic_file='=>'string'],
|
||||
'finfo::set_flags' => ['bool', 'options'=>'int'],
|
||||
'finfo_buffer' => ['string|false', 'finfo'=>'resource', 'string'=>'string', 'options='=>'int', 'context='=>'resource'],
|
||||
'finfo_close' => ['bool', 'finfo'=>'resource'],
|
||||
@ -5318,6 +5319,7 @@ return [
|
||||
'imageinterlace' => ['int|false', 'im'=>'resource', 'interlace='=>'int'],
|
||||
'imageistruecolor' => ['bool', 'im'=>'resource'],
|
||||
'imagejpeg' => ['bool', 'im'=>'resource', 'to='=>'string|resource|null', 'quality='=>'int'],
|
||||
'imagejpeg\'1' => ['string|false', 'im'=>'resource', 'filename='=>'null', 'quality='=>'int'],
|
||||
'imagelayereffect' => ['bool', 'im'=>'resource', 'effect'=>'int'],
|
||||
'imageline' => ['bool', 'im'=>'resource', 'x1'=>'int', 'y1'=>'int', 'x2'=>'int', 'y2'=>'int', 'col'=>'int'],
|
||||
'imageloadfont' => ['int|false', 'filename'=>'string'],
|
||||
@ -7157,7 +7159,8 @@ return [
|
||||
'mb_check_encoding' => ['bool', 'var='=>'string', 'encoding='=>'string'],
|
||||
'mb_chr' => ['string|false', 'cp'=>'int', 'encoding='=>'string'],
|
||||
'mb_convert_case' => ['string|false', 'sourcestring'=>'string', 'mode'=>'int', 'encoding='=>'string'],
|
||||
'mb_convert_encoding' => ['string|array<int, string>', 'val'=>'string|array<int, string>', 'to_encoding'=>'string', 'from_encoding='=>'mixed'],
|
||||
'mb_convert_encoding' => ['string', 'val'=>'string', 'to_encoding'=>'string', 'from_encoding='=>'mixed'],
|
||||
'mb_convert_encoding\'1' => ['array<int, string>', 'val'=>'array<int, string>', 'to_encoding'=>'string', 'from_encoding='=>'mixed'],
|
||||
'mb_convert_kana' => ['string|false', 'str'=>'string', 'option='=>'string', 'encoding='=>'string'],
|
||||
'mb_convert_variables' => ['string|false', 'to_encoding'=>'string', 'from_encoding'=>'array|string', '&rw_vars'=>'string|array|object', '&...rw_vars='=>'string|array|object'],
|
||||
'mb_decode_mimeheader' => ['string', 'string'=>'string'],
|
||||
@ -10735,7 +10738,9 @@ return [
|
||||
'Redis::bitOp' => ['int', 'operation'=>'string', 'ret_key'=>'string', 'key'=>'string', '...other_keys='=>'string'],
|
||||
'Redis::bitpos' => ['int', 'key'=>'string', 'bit'=>'int', 'start='=>'int', 'end='=>'int'],
|
||||
'Redis::blPop' => ['array', 'keys'=>'string[]', 'timeout'=>'int'],
|
||||
'Redis::blPop\'1' => ['array', 'key'=>'string', 'timeout_or_key'=>'int|string', '...extra_args'=>'int|string'],
|
||||
'Redis::brPop' => ['array', 'keys'=>'string[]', 'timeout'=>'int'],
|
||||
'Redis::brPop\'1' => ['array', 'key'=>'string', 'timeout_or_key'=>'int|string', '...extra_args'=>'int|string'],
|
||||
'Redis::brpoplpush' => ['string|false', 'srcKey'=>'string', 'dstKey'=>'string', 'timeout'=>'int'],
|
||||
'Redis::clearLastError' => ['bool'],
|
||||
'Redis::client' => ['mixed', 'command'=>'string', 'arg='=>'string'],
|
||||
@ -11465,7 +11470,6 @@ return [
|
||||
'ReflectionType::__clone' => ['void'],
|
||||
'ReflectionType::__toString' => ['string'],
|
||||
'ReflectionType::allowsNull' => ['bool'],
|
||||
'ReflectionType::getName' => ['string'],
|
||||
'ReflectionType::isBuiltin' => ['bool'],
|
||||
'ReflectionZendExtension::__clone' => ['void'],
|
||||
'ReflectionZendExtension::__construct' => ['void', 'name'=>'string'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user