Skip to content

Commit 51b6bd8

Browse files
committed
[Serializer] Fix DataUriNormalizer docblock & composer suggest section
1 parent 9691519 commit 51b6bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DataUriNormalizer implements NormalizerInterface, DenormalizerInterface
3232
];
3333

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

src/Symfony/Component/Serializer/composer.json

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

0 commit comments

Comments
 (0)