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 0451bca commit f4da7eeCopy full SHA for f4da7ee
serializer/custom_normalizer.rst
@@ -53,7 +53,7 @@ to customize the normalized data. To do that, leverage the ``ObjectNormalizer``:
53
Injecting an ``ObjectNormalizer`` in your custom normalizer is deprecated
54
since Symfony 6.4. Implement the
55
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareInterface`
56
- and use the the
+ and use the
57
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareTrait` instead
58
to inject the ``$normalizer`` property.
59
0 commit comments