From 54a22356e81611c7193f1915b8a99f6e97056d48 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 12 Nov 2025 13:52:46 +0100 Subject: [PATCH] Fix highlighting --- serializer/custom_normalizer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serializer/custom_normalizer.rst b/serializer/custom_normalizer.rst index d965c62e2ef..7549dbde36e 100644 --- a/serializer/custom_normalizer.rst +++ b/serializer/custom_normalizer.rst @@ -164,8 +164,8 @@ Improving Performance of Normalizers/Denormalizers The ``getSupportedTypes()`` method was introduced in Symfony 6.3. -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.