File tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Serializer/Normalizer 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ interface NormalizerInterface
30
30
* @param string $format Format the normalization result will be encoded as
31
31
* @param array $context Context options for the normalizer
32
32
*
33
- * @return array|string|int|float|bool
33
+ * @return array|string|int|float|bool|null
34
34
*
35
- * @throws InvalidArgumentException Occurs when the object given is not an attempted type for the normalizer
35
+ * @throws InvalidArgumentException Occurs when the object given is not a supported type for the normalizer
36
36
* @throws CircularReferenceException Occurs when the normalizer detects a circular reference when no circular
37
37
* reference handler can fix it
38
38
* @throws LogicException Occurs when the normalizer is not called in an expected context
You can’t perform that action at this time.
0 commit comments