Skip to content

Commit 65666e2

Browse files
committed
minor #21573 [Serializer] Fix highlighting (OskarStark)
This PR was merged into the 6.4 branch. Discussion ---------- [Serializer] Fix highlighting <img width="1614" height="276" alt="CleanShot 2025-11-12 at 13 50 52@2x" src="https://github.com/user-attachments/assets/eecde822-8802-4eb5-9977-38f354dbbcc8" /> Commits ------- 54a2235 Fix highlighting
2 parents bfd909f + 54a2235 commit 65666e2

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)