Skip to content

Commit 00d46c7

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: make class clickable
2 parents d318e07 + 9ae78a6 commit 00d46c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/normalizers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Symfony includes the following normalizers but you can also
2828
normalize PHP object using the :doc:`PropertyAccessor component </components/property_access>`;
2929
* :class:`Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer` to
3030
normalize PHP object using an object that implements
31-
``:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface``;
31+
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`;
3232
* :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer` to
3333
normalize PHP object using the getter and setter methods of the object;
3434
* :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer` to

0 commit comments

Comments
 (0)