🔧
This commit is contained in:
6
vendor/symfony/uid/Uuid.php
vendored
6
vendor/symfony/uid/Uuid.php
vendored
@@ -14,7 +14,7 @@ namespace Symfony\Component\Uid;
|
||||
/**
|
||||
* @author Grégoire Pineau <lyrixx@lyrixx.info>
|
||||
*
|
||||
* @see https://tools.ietf.org/html/rfc4122#appendix-C for details about namespaces
|
||||
* @see https://datatracker.ietf.org/doc/html/rfc9562/#section-6.6 for details about namespaces
|
||||
*/
|
||||
class Uuid extends AbstractUid
|
||||
{
|
||||
@@ -153,9 +153,9 @@ class Uuid extends AbstractUid
|
||||
}
|
||||
|
||||
/**
|
||||
* 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