1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

s/'mixed'/''/g

This commit is contained in:
Bruce Weirdan 2017-10-12 16:08:01 +03:00 committed by Matthew Brown
parent 52962db24c
commit ed3e429d2c

View File

@ -848,9 +848,9 @@ return [
'closelog' => ['bool'],
'Closure::bind' => ['Closure', 'old'=>'Closure', 'to'=>'object|null', 'scope='=>'object|string'],
'Closure::bindTo' => ['Closure', 'new'=>'object|null', 'newscope='=>'object|string'],
'Closure::call' => ['mixed', 'to'=>'object', 'parameter='=>'mixed', '...='=>'mixed'],
'Closure::call' => ['', 'to'=>'object', 'parameter='=>'', '...='=>''],
'Closure::__construct' => [''],
'Closure::__invoke' => ['mixed', '...=' => 'mixed'],
'Closure::__invoke' => ['', '...=' => ''],
'Closure::fromCallable' => ['Closure', 'callable'=>'callable'],
'Collator::asort' => ['bool', 'arr'=>'array', 'sort_flag='=>'int'],
'collator_asort' => ['bool', 'coll='=>'collator', 'arr'=>'array', 'sort_flag='=>'int'],