mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
commit
02b35ccada
@ -87,7 +87,7 @@ namespace Phan\Language\Internal;
|
|||||||
return [
|
return [
|
||||||
'_' => ['string', 'message'=>'string'],
|
'_' => ['string', 'message'=>'string'],
|
||||||
'__halt_compiler' => ['void'],
|
'__halt_compiler' => ['void'],
|
||||||
'abs' => ['int', 'num'=>'int'],
|
'abs' => ['0|positive-int', 'num'=>'int'],
|
||||||
'abs\'1' => ['float', 'num'=>'float'],
|
'abs\'1' => ['float', 'num'=>'float'],
|
||||||
'abs\'2' => ['numeric', 'num'=>'numeric'],
|
'abs\'2' => ['numeric', 'num'=>'numeric'],
|
||||||
'accelerator_get_configuration' => ['array'],
|
'accelerator_get_configuration' => ['array'],
|
||||||
|
@ -9427,7 +9427,7 @@ return [
|
|||||||
'ZookeeperConfig::set' => ['void', 'members'=>'string', 'version='=>'int', 'stat='=>'array'],
|
'ZookeeperConfig::set' => ['void', 'members'=>'string', 'version='=>'int', 'stat='=>'array'],
|
||||||
'_' => ['string', 'message'=>'string'],
|
'_' => ['string', 'message'=>'string'],
|
||||||
'__halt_compiler' => ['void'],
|
'__halt_compiler' => ['void'],
|
||||||
'abs' => ['int', 'num'=>'int'],
|
'abs' => ['0|positive-int', 'num'=>'int'],
|
||||||
'abs\'1' => ['float', 'num'=>'float'],
|
'abs\'1' => ['float', 'num'=>'float'],
|
||||||
'abs\'2' => ['numeric', 'num'=>'numeric'],
|
'abs\'2' => ['numeric', 'num'=>'numeric'],
|
||||||
'accelerator_get_configuration' => ['array'],
|
'accelerator_get_configuration' => ['array'],
|
||||||
|
Loading…
Reference in New Issue
Block a user