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:
parent
33628cad51
commit
ed4c22044a
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user