Skip to content

Commit

Permalink
[6.4][Routing][Uid] Mention RFC 9562
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Sep 20, 2024
1 parent 31b08ba commit 2f16054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AbstractUid.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function toBase32(): 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)
*/
Expand Down
4 changes: 2 additions & 2 deletions Uuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ public function toBinary(): string
}

/**
* 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)
*/
Expand Down

0 comments on commit 2f16054

Please sign in to comment.