Skip to content

Commit 3d2e1db

Browse files
MidnightDesignondrejmirtes
authored andcommitted
uniqid() always returns a non-empty-string
1 parent 4a25856 commit 3d2e1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12630,7 +12630,7 @@
1263012630
'UnexpectedValueException::getPrevious' => ['Throwable|UnexpectedValueException|null'],
1263112631
'UnexpectedValueException::getTrace' => ['array'],
1263212632
'UnexpectedValueException::getTraceAsString' => ['string'],
12633-
'uniqid' => ['string', 'prefix='=>'string', 'more_entropy='=>'bool'],
12633+
'uniqid' => ['non-empty-string', 'prefix='=>'string', 'more_entropy='=>'bool'],
1263412634
'unixtojd' => ['int|false', 'timestamp='=>'int'],
1263512635
'unlink' => ['bool', 'filename'=>'string', 'context='=>'resource'],
1263612636
'unpack' => ['array|false', 'format'=>'string', 'data'=>'string', 'offset='=>'int'],

0 commit comments

Comments
 (0)