Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ad9e6 commit 88eeb78Copy full SHA for 88eeb78
1 file changed
Normalizer/UidNormalizer.php
@@ -24,7 +24,7 @@ final class UidNormalizer implements NormalizerInterface, DenormalizerInterface,
24
public const NORMALIZATION_FORMAT_CANONICAL = 'canonical';
25
public const NORMALIZATION_FORMAT_BASE58 = 'base58';
26
public const NORMALIZATION_FORMAT_BASE32 = 'base32';
27
- public const NORMALIZATION_FORMAT_RFC4122 = 'rfc4122';
+ public const NORMALIZATION_FORMAT_RFC4122 = 'rfc4122'; // RFC 9562 obsoleted RFC 4122 but the format is the same
28
29
private $defaultContext = [
30
self::NORMALIZATION_FORMAT_KEY => self::NORMALIZATION_FORMAT_CANONICAL,
0 commit comments