mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix the return type of uniqid() in historical call map
This commit is contained in:
parent
ed4c22044a
commit
925e5be808
@ -16145,7 +16145,7 @@ return [
|
||||
'ui\window::setTitle' => ['', 'title'=>'string'],
|
||||
'uksort' => ['bool', '&rw_array'=>'array', 'callback'=>'callable(mixed,mixed):int'],
|
||||
'umask' => ['int', 'mask='=>'int'],
|
||||
'uniqid' => ['string', 'prefix='=>'string', 'more_entropy='=>'bool'],
|
||||
'uniqid' => ['non-empty-string', 'prefix='=>'string', 'more_entropy='=>'bool'],
|
||||
'unixtojd' => ['int', 'timestamp='=>'int'],
|
||||
'unlink' => ['bool', 'filename'=>'string', 'context='=>'resource'],
|
||||
'unpack' => ['array', 'format'=>'string', 'string'=>'string'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user