1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

uniqid() returns a non-empty-string

This commit is contained in:
Rudolph Gottesheim 2022-01-03 11:51:36 +01:00
parent 33628cad51
commit ed4c22044a

View File

@ -15115,7 +15115,7 @@ return [
'UnexpectedValueException::getPrevious' => ['Throwable|UnexpectedValueException|null'],
'UnexpectedValueException::getTrace' => ['list<array<string,mixed>>'],
'UnexpectedValueException::getTraceAsString' => ['string'],
'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|false', 'format'=>'string', 'string'=>'string', 'offset='=>'int'],