mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix uksort signature too
This commit is contained in:
parent
7a7bc26ccd
commit
d3fa972fab
@ -12366,7 +12366,7 @@ return [
|
||||
'ui\draw\text\font\fontfamilies' => ['array'],
|
||||
'ui\quit' => ['void'],
|
||||
'ui\run' => ['void', 'flags='=>'int'],
|
||||
'uksort' => ['bool', '&rw_array_arg'=>'array', 'cmp_function'=>'callable(mixed,mixed):int'],
|
||||
'uksort' => ['bool', '&rw_array_arg'=>'array', 'cmp_function'=>'callable(mixed,mixed):(int|bool)'],
|
||||
'umask' => ['int', 'mask='=>'int'],
|
||||
'UnderflowException::__clone' => ['void'],
|
||||
'UnderflowException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'?Throwable|?UnderflowException'],
|
||||
|
Loading…
Reference in New Issue
Block a user