mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fixed v8() phpDoc (#493)
This commit is contained in:
committed by
GitHub
parent
d33a8f1023
commit
29bb73b69b
+1
-1
@@ -150,7 +150,7 @@ function v7(?DateTimeInterface $dateTime = null): string
|
||||
* field, and bits 64 and 65 will be replaced with the UUID variant. You
|
||||
* MUST NOT rely on these bits for your application needs.
|
||||
*
|
||||
* @return non-empty-string Version 7 UUID as a string
|
||||
* @return non-empty-string Version 8 UUID as a string
|
||||
*/
|
||||
function v8(string $bytes): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user