Merge branch '6.4' into 7.3

* 6.4:
  Fix highlighting
This commit is contained in:
Javier Eguiluz
2025-11-12 16:06:33 +01:00

View File

@@ -129,8 +129,8 @@ If you're not using ``autoconfigure``, you have to tag the service with
Improving Performance of Normalizers/Denormalizers
--------------------------------------------------
Both :class:Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface
and :class:Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface
Both :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface`
and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`
define a ``getSupportedTypes()`` method to declare which types they support and
whether their ``supports*()`` result can be cached.