🔧
This commit is contained in:
6
vendor/symfony/uid/AbstractUid.php
vendored
6
vendor/symfony/uid/AbstractUid.php
vendored
@@ -70,6 +70,8 @@ abstract class AbstractUid implements \JsonSerializable, \Stringable
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $uid A valid RFC 9562/4122 uid
|
||||
*
|
||||
* @throws \InvalidArgumentException When the passed value is not valid
|
||||
*/
|
||||
public static function fromRfc4122(string $uid): static
|
||||
@@ -120,9 +122,9 @@ abstract class AbstractUid implements \JsonSerializable, \Stringable
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the identifier as a RFC4122 case insensitive string.
|
||||
* Returns the identifier as a RFC 9562/4122 case insensitive string.
|
||||
*
|
||||
* @see https://tools.ietf.org/html/rfc4122#section-3
|
||||
* @see https://datatracker.ietf.org/doc/html/rfc9562/#section-4
|
||||
*
|
||||
* @example 09748193-048a-4bfb-b825-8528cf74fdc1 (len=36)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user