Skip to content

Commit 54a2235

Browse files
committed
Fix highlighting
1 parent bfd909f commit 54a2235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serializer/custom_normalizer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ Improving Performance of Normalizers/Denormalizers
164164

165165
The ``getSupportedTypes()`` method was introduced in Symfony 6.3.
166166

167-
Both :class:Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface
168-
and :class:Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface
167+
Both :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface`
168+
and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`
169169
define a ``getSupportedTypes()`` method to declare which types they support and
170170
whether their ``supports*()`` result can be cached.
171171

0 commit comments

Comments
 (0)