Skip to content

Commit

Permalink
Fixed v8() phpDoc (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 7, 2023
1 parent d33a8f1 commit 29bb73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Expand Up @@ -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
{
Expand Down

0 comments on commit 29bb73b

Please sign in to comment.