diff --git a/Utils/RnG/UUID.php b/Utils/RnG/UUID.php index 2e268233d..6ec453fad 100644 --- a/Utils/RnG/UUID.php +++ b/Utils/RnG/UUID.php @@ -34,6 +34,7 @@ final class UUID */ public static function default(int $length = 16) : string { + /** @phpstan-ignore-next-line */ if ($length < 8) { throw new \InvalidArgumentException(); }