chore(deps): upgrade vimeo/psalm

This commit is contained in:
Ben Ramsey
2021-08-06 14:25:16 -05:00
parent c005f69d6e
commit 4511ccd7e6
15 changed files with 14 additions and 16 deletions
+1 -2
View File
@@ -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.