mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix order
This commit is contained in:
parent
3558a66a12
commit
df98750963
@ -3614,10 +3614,10 @@ return [
|
||||
'get_class_methods' => ['list<string>|null', 'class'=>'mixed'],
|
||||
'get_class_vars' => ['array<string,mixed>', 'class_name'=>'string'],
|
||||
'get_current_user' => ['string'],
|
||||
'get_debug_type' => ['string', 'data'=>'mixed'],
|
||||
'get_declared_classes' => ['list<class-string>'],
|
||||
'get_declared_interfaces' => ['list<class-string>'],
|
||||
'get_declared_traits' => ['list<class-string>|null'],
|
||||
'get_debug_type' => ['string', 'data'=>'mixed'],
|
||||
'get_defined_constants' => ['array<string,int|string|float|bool|null|array|resource>', 'categorize='=>'bool'],
|
||||
'get_defined_functions' => ['array<string,array<string,callable-string>>', 'exclude_disabled='=>'bool'],
|
||||
'get_defined_vars' => ['array'],
|
||||
@ -9303,8 +9303,8 @@ return [
|
||||
'parallel\Runtime::__construct' => ['void', 'arg'=>'string|array'],
|
||||
'parallel\Runtime::__construct\'1' => ['void', 'bootstrap'=>'string', 'configuration'=>'array<string,mixed>'],
|
||||
'parallel\Runtime::close' => ['void'],
|
||||
'parallel\Runtime::run' => ['?parallel\Future', 'closure'=>'Closure', 'args='=>'array'],
|
||||
'parallel\Runtime::kill' => ['void'],
|
||||
'parallel\Runtime::run' => ['?parallel\Future', 'closure'=>'Closure', 'args='=>'array'],
|
||||
'ParentIterator::__construct' => ['void', 'iterator'=>'RecursiveIterator'],
|
||||
'ParentIterator::accept' => ['bool'],
|
||||
'ParentIterator::getChildren' => ['ParentIterator'],
|
||||
@ -10930,6 +10930,7 @@ return [
|
||||
'Redis::xrevrange' => ['', 'str_key'=>'string', 'str_start'=>'', 'str_end'=>'', 'i_count='=>''],
|
||||
'Redis::xtrim' => ['', 'str_key'=>'string', 'i_maxlen'=>'', 'boo_approximate='=>''],
|
||||
'Redis::zAdd' => ['int', 'key'=>'string', 'score1'=>'float', 'value1'=>'string', 'score2='=>'float', 'value2='=>'string', 'scoreN='=>'float', 'valueN='=>'string'],
|
||||
'Redis::zAdd\'1' => ['int', 'options'=>'array', 'key'=>'string', 'score1'=>'float', 'value1'=>'string', 'score2='=>'float', 'value2='=>'string', 'scoreN='=>'float', 'valueN='=>'string'],
|
||||
'Redis::zCard' => ['int', 'key'=>'string'],
|
||||
'Redis::zCount' => ['int', 'key'=>'string', 'start'=>'string', 'end'=>'string'],
|
||||
'Redis::zDelete' => ['int', 'key'=>'string', 'member'=>'string', '...other_members='=>'string'],
|
||||
@ -11149,7 +11150,6 @@ return [
|
||||
'RedisCluster::xrevrange' => ['', 'str_key'=>'string', 'str_start'=>'', 'str_end'=>'', 'i_count='=>''],
|
||||
'RedisCluster::xtrim' => ['', 'str_key'=>'string', 'i_maxlen'=>'', 'boo_approximate='=>''],
|
||||
'RedisCluster::zAdd' => ['int', 'key'=>'string', 'score1'=>'float', 'value1'=>'string', 'score2='=>'float', 'value2='=>'string', 'scoreN='=>'float', 'valueN='=>'string'],
|
||||
'Redis::zAdd\'1' => ['int', 'options'=>'array', 'key'=>'string', 'score1'=>'float', 'value1'=>'string', 'score2='=>'float', 'value2='=>'string', 'scoreN='=>'float', 'valueN='=>'string'],
|
||||
'RedisCluster::zCard' => ['int', 'key'=>'string'],
|
||||
'RedisCluster::zCount' => ['int', 'key'=>'string', 'start'=>'string', 'end'=>'string'],
|
||||
'RedisCluster::zIncrBy' => ['float', 'key'=>'string', 'value'=>'float', 'member'=>'string'],
|
||||
|
Loading…
Reference in New Issue
Block a user