mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Merge branch '4.x' into 5.x
This commit is contained in:
@@ -124,7 +124,7 @@ class DceSecurityGenerator implements DceSecurityGeneratorInterface
|
||||
|
||||
// Shift the clock sequence 8 bits to the left, so it matches 0x3f00.
|
||||
if ($clockSeq !== null) {
|
||||
/** @var int<0, 16383> $clockSeq */
|
||||
/** @var int<0, 16128> $clockSeq */
|
||||
$clockSeq = $clockSeq << 8;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user