8000 Merge branch '3.4' into 4.2 · symfony/symfony@51299b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51299b4

Browse files
Merge branch '3.4' into 4.2
* 3.4: [Serializer] Fix DataUriNormalizer docblock & composer suggest section
2 parents d98dd9b + 50b3ba9 commit 51299b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DataUriNormalizer implements NormalizerInterface, DenormalizerInterface, C
3232
];
3333

3434
/**
35-
* @var MimeTypeGuesserInterface
35+
* @var MimeTypeGuesserInterface|null
3636
*/
3737
private $mimeTypeGuesser;
3838

src/Symfony/Component/Serializer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"symfony/yaml": "For using the default YAML mapping loader.",
4646
"symfony/config": "For using the XML mapping loader.",
4747
"symfony/property-access": "For using the ObjectNormalizer.",
48-
"symfony/http-foundation": "To use the DataUriNormalizer.",
48+
"symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
4949
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
5050
"doctrine/cache": "For using the default cached annotation reader and metadata cache."
5151
},

0 commit comments

Comments
 (0)
0