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.
2 parents 0451bca + f4da7ee commit 60bb21dCopy full SHA for 60bb21d
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