mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-17 16:26:51 +03:00
chore(deps-dev): upgrade remaining development dependencies
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user