Skip to content

Commit 237f45c

Browse files
authored
make class clickable
1 parent c9c8f0a commit 237f45c

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)