mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Update CallMap_historical too
This commit is contained in:
parent
642321ea70
commit
dd64326479
@ -14642,7 +14642,7 @@ return [
|
||||
'radius_strerror' => ['string', 'radius_handle'=>'resource'],
|
||||
'rand' => ['int', 'min'=>'int', 'max'=>'int'],
|
||||
'rand\'1' => ['int'],
|
||||
'random_bytes' => ['string', 'length'=>'int'],
|
||||
'random_bytes' => ['non-empty-string', 'length'=>'positive-int'],
|
||||
'random_int' => ['int', 'min'=>'int', 'max'=>'int'],
|
||||
'range' => ['array', 'start'=>'mixed', 'end'=>'mixed', 'step='=>'int|float'],
|
||||
'rar_allow_broken_set' => ['bool', 'rarfile'=>'RarArchive', 'allow_broken'=>'bool'],
|
||||
|
Loading…
Reference in New Issue
Block a user