Skip to content

Commit 88eeb78

Browse files
committed
[Uid][Serializer][Validator] Mention RFC 9562
1 parent b4ad9e6 commit 88eeb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Normalizer/UidNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class UidNormalizer implements NormalizerInterface, DenormalizerInterface,
2424
public const NORMALIZATION_FORMAT_CANONICAL = 'canonical';
2525
public const NORMALIZATION_FORMAT_BASE58 = 'base58';
2626
public const NORMALIZATION_FORMAT_BASE32 = 'base32';
27-
public const NORMALIZATION_FORMAT_RFC4122 = 'rfc4122';
27+
public const NORMALIZATION_FORMAT_RFC4122 = 'rfc4122'; // RFC 9562 obsoleted RFC 4122 but the format is the same
2828

2929
private $defaultContext = [
3030
self::NORMALIZATION_FORMAT_KEY => self::NORMALIZATION_FORMAT_CANONICAL,

0 commit comments

Comments
 (0)