1
0
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:
Rudolph Gottesheim 2022-01-03 12:12:30 +01:00
parent ed4c22044a
commit 925e5be808

View File

@ -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'],