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