mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
4.x - fix callmap regressions
This commit is contained in:
parent
056f546a38
commit
1a4292b992
@ -373,7 +373,7 @@ return [
|
||||
'array_diff_ukey\'1' => ['associative-array', 'array1'=>'array', 'array2'=>'array', 'arr3'=>'array', 'arg4'=>'array|callable(mixed,mixed):int', '...rest='=>'array|callable(mixed,mixed):int'],
|
||||
'array_fill' => ['array<int,mixed>', 'start_key'=>'int', 'num'=>'int', 'value'=>'mixed'],
|
||||
'array_fill_keys' => ['array', 'keys'=>'array', 'value'=>'mixed'],
|
||||
'array_filter' => ['associative-array', 'array'=>'array', 'callback='=>'callable(mixed,mixed):bool|callable(mixed):bool', 'flag='=>'int'],
|
||||
'array_filter' => ['associative-array', 'array'=>'array', 'callback='=>'callable(mixed,mixed=):scalar', 'flag='=>'int'],
|
||||
'array_flip' => ['associative-array<mixed,int>|associative-array<mixed,string>', 'array'=>'array'],
|
||||
'array_intersect' => ['associative-array', 'array1'=>'array', 'array2'=>'array', '...args='=>'array'],
|
||||
'array_intersect_assoc' => ['associative-array', 'array1'=>'array', 'array2'=>'array', '...args='=>'array'],
|
||||
|
@ -152,7 +152,6 @@ return [
|
||||
'strripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
||||
'strrpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
||||
'strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'before_needle='=>'bool'],
|
||||
'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'\'<\'|\'lt\'|\'<=\'|\'le\'|\'>\'|\'gt\'|\'>=\'|\'ge\'|\'==\'|\'=\'|\'eq\'|\'!=\'|\'<>\'|\'ne\'|null'],
|
||||
'xml_parser_create' => ['XMLParser', 'encoding='=>'string'],
|
||||
'xml_parser_create_ns' => ['XMLParser', 'encoding='=>'string', 'sep='=>'string'],
|
||||
'xml_parser_free' => ['bool', 'parser'=>'XMLParser'],
|
||||
@ -340,7 +339,6 @@ return [
|
||||
'strripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string|int', 'offset='=>'int'],
|
||||
'strrpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string|int', 'offset='=>'int'],
|
||||
'strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string|int', 'before_needle='=>'bool'],
|
||||
'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'\'<\'|\'lt\'|\'<=\'|\'le\'|\'>\'|\'gt\'|\'>=\'|\'ge\'|\'==\'|\'=\'|\'eq\'|\'!=\'|\'<>\'|\'ne\'|null'],
|
||||
'xml_parser_create' => ['resource', 'encoding='=>'string'],
|
||||
'xml_parser_create_ns' => ['resource', 'encoding='=>'string', 'sep='=>'string'],
|
||||
'xml_parser_free' => ['bool', 'parser'=>'resource'],
|
||||
|
Loading…
Reference in New Issue
Block a user