Skip to content

Commit f9fbb5c

Browse files
committed
minor #12453 [Serializer] Fixed some links to some classes (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- [Serializer] Fixed some links to some classes Fixes #12437. Commits ------- c15e37c [SerializerFixed some links to some classes
2 parents 324b406 + c15e37c commit f9fbb5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serializer/normalizers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Normalizers
55
===========
66

77
Normalizers turn **objects** into **arrays** and vice versa. They implement
8-
:class:`Symfony\\Component\\Serializer\\Normalizers\\NormalizerInterface` for
8+
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface` for
99
normalizing (object to array) and
10-
:class:`Symfony\\Component\\Serializer\\Normalizers\\DenormalizerInterface` for
10+
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface` for
1111
denormalizing (array to object).
1212

1313
Normalizers are enabled in the serializer passing them as its first argument::

0 commit comments

Comments
 (0)