Merge branch '4.x' into 5.x

This commit is contained in:
Ben Ramsey
2025-05-25 18:34:47 -05:00
117 changed files with 613 additions and 1306 deletions
+1 -1
View File
@@ -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;
}