Skip to content

Commit cdc2170

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: Fix highlighting
2 parents fbd0e63 + 65666e2 commit cdc2170

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

132-
Both :class:Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface
133-
and :class:Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface
132+
Both :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface`
133+
and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`
134134
define a ``getSupportedTypes()`` method to declare which types they support and
135135
whether their ``supports*()`` result can be cached.
136136

0 commit comments

Comments
 (0)