Skip to content

Commit a19821c

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Fix highlighting
2 parents 84cc6e1 + 746265a commit a19821c

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
@@ -108,8 +108,8 @@ If you're not using ``autoconfigure``, you have to tag the service with
108108
Improving Performance of Normalizers/Denormalizers
109109
--------------------------------------------------
110110

111-
Both :class:Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface
112-
and :class:Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface
111+
Both :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface`
112+
and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`
113113
define a ``getSupportedTypes()`` method to declare which types they support and
114114
whether their ``supports*()`` result can be cached.
115115

0 commit comments

Comments
 (0)