update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
2
vendor/symfony/uid/Ulid.php
vendored
2
vendor/symfony/uid/Ulid.php
vendored
@@ -36,7 +36,7 @@ public function __construct(?string $ulid = null)
|
||||
$this->uid = $ulid;
|
||||
} else {
|
||||
if (!self::isValid($ulid)) {
|
||||
throw new \InvalidArgumentException(\sprintf('Invalid ULID: "%s".', $ulid));
|
||||
throw new \InvalidArgumentException('Invalid ULID.');
|
||||
}
|
||||
|
||||
$this->uid = strtoupper($ulid);
|
||||
|
||||
Reference in New Issue
Block a user