8000 Merge branch '5.4' into 6.4 · symfony/serializer@fed6cf3 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit fed6cf3

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [HttpClient] Fix setting CURLMOPT_MAXCONNECTS throw a meaningful exception when parsing dotenv files with BOM [Cache] Fix RedisSentinel params types [FrameworkBundle] Fix service reset between tests [Uid][Serializer][Validator] Mention RFC 9562 make sure temp files can be cleaned up on Windows
2 parents 5613373 + 88eeb78 commit fed6cf3

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
public const NORMALIZATION_FORMATS = [
2929
self::NORMALIZATION_FORMAT_CANONICAL,
3030
self::NORMALIZATION_FORMAT_BASE58,

0 commit comments

Comments
 (0)
0