mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix #77 with correct range param
This commit is contained in:
parent
aaec895e15
commit
fe803129cf
@ -7367,7 +7367,7 @@ return [
|
||||
'rand' => ['int', 'min'=>'int', 'max'=>'int'],
|
||||
'random_bytes' => ['string', 'length'=>'int'],
|
||||
'random_int' => ['int', 'min'=>'int', 'max'=>'int'],
|
||||
'range' => ['array', 'low'=>'', 'high'=>'', 'step='=>'int'],
|
||||
'range' => ['array', 'low'=>'', 'high'=>'', 'step='=>'int|float'],
|
||||
'RangeException::__clone' => ['Throwable|Exception'],
|
||||
'RangeException::__construct' => ['RangeException', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|RangeException|null'],
|
||||
'RangeException::getCode' => ['int'],
|
||||
|
Loading…
Reference in New Issue
Block a user