chore(deps-dev): upgrade remaining development dependencies

This commit is contained in:
Ben Ramsey
2025-05-25 19:37:26 -05:00
parent c66ae5f095
commit bdd1b2f71f
6 changed files with 925 additions and 689 deletions
+4
View File
@@ -81,6 +81,10 @@ class CombGenerator implements RandomGeneratorInterface
);
}
if ($length % 2 !== 0) {
throw new InvalidArgumentException('Length must be an even number');
}
$hash = '';
/** @phpstan-ignore greater.alwaysTrue (TIMESTAMP_BYTES constant could change in child classes) */