Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  [Serializer] Use NormalizerInterface instead of ObjectNormalizer
  • Loading branch information
OskarStark committed Oct 11, 2023
2 parents f505c64 + eaf4fe4 commit fafd420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serializer/custom_normalizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ to customize the normalized data. To do that, leverage the ``ObjectNormalizer``:
}
}

.. deprecated:: 6.4
.. deprecated:: 6.1

Injecting an ``ObjectNormalizer`` in your custom normalizer is deprecated
since Symfony 6.4. Implement the
since Symfony 6.1. Implement the
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareInterface`
and use the
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareTrait` instead
Expand Down

0 comments on commit fafd420

Please sign in to comment.