From 29bb73b69bfc977d7c745f08b663663e8073a611 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Tue, 7 Feb 2023 19:06:53 +0300 Subject: [PATCH] Fixed v8() phpDoc (#493) --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 2adf214..1b3ce00 100644 --- a/src/functions.php +++ b/src/functions.php @@ -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 {