Skip to content

Commit b556141

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix a typo making CI red
2 parents 24e2c58 + 60bb21d commit b556141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/custom_normalizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ normalization process::
6363
Injecting an ``ObjectNormalizer`` in your custom normalizer is deprecated
6464
since Symfony 6.4. Implement the
6565
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareInterface`
66-
and use the the
66+
and use the
6767
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareTrait` instead
6868
to inject the ``$normalizer`` property.
6969

0 commit comments

Comments
 (0)