mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
chore(deps): upgrade vimeo/psalm
This commit is contained in:
@@ -137,7 +137,7 @@ class DceSecurityGenerator implements DceSecurityGeneratorInterface
|
||||
);
|
||||
}
|
||||
|
||||
$domainByte = (string) pack('n', $localDomain)[1];
|
||||
$domainByte = pack('n', $localDomain)[1];
|
||||
$identifierBytes = (string) hex2bin(str_pad($identifierHex, 8, '0', STR_PAD_LEFT));
|
||||
|
||||
if ($node instanceof Hexadecimal) {
|
||||
@@ -149,7 +149,6 @@ class DceSecurityGenerator implements DceSecurityGeneratorInterface
|
||||
$clockSeq = $clockSeq << 8;
|
||||
}
|
||||
|
||||
/** @var string $bytes */
|
||||
$bytes = $this->timeGenerator->generate($node, $clockSeq);
|
||||
|
||||
// Replace bytes in the time-based UUID with DCE Security values.
|
||||
|
||||
Reference in New Issue
Block a user