Skip to content

Commit 0106fc9

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: [Serializer] Fixed some links to some classes
2 parents cfd4a11 + f9fbb5c commit 0106fc9

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)