update patch 1
This commit is contained in:
Vendored
+1
-1
@@ -66,7 +66,7 @@ class UuidV1 extends Uuid implements TimeBasedUidInterface
|
||||
$seq = substr($uuid, 19, 4);
|
||||
|
||||
do {
|
||||
self::$clockSeq = sprintf('%04x', random_int(0, 0x3FFF) | 0x8000);
|
||||
self::$clockSeq = \sprintf('%04x', random_int(0, 0x3FFF) | 0x8000);
|
||||
} while ($seq === self::$clockSeq);
|
||||
|
||||
$seq = self::$clockSeq;
|
||||
|
||||
Reference in New Issue
Block a user