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 23074e9 commit a6e08b2Copy full SHA for a6e08b2
components/serializer.rst
@@ -851,7 +851,7 @@ The Serializer component provides several built-in normalizers:
851
:class:`Symfony\\Component\\Serializer\\Normalizer\\BackedEnumNormalizer`
852
This normalizer converts a \BackedEnum objects into strings or integers.
853
854
- By default, it throw an exception when data is not belong to a backed enumeration. If you
+ By default, an exception is thrown when data is not a valid backed enumeration. If you
855
want ``null`` instead, you can set the ``BackedEnumNormalizer::ALLOW_INVALID_VALUES`` option.
856
857
.. versionadded:: 6.3
0 commit comments