Skip to content

Commit 0ea6555

Browse files
author
Liviu Balan
committed
Changes after code review
1 parent 6dbb432 commit 0ea6555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

serializer.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ As well as the following normalizers:
101101
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DateTimeNormalizer` for
102102
objects implementing the :class:`DateTimeInterface` interface
103103
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer` to
104-
transform `SplFileInfo`_ objects in `Data URIs`_
104+
transform :phpclass:`SplFileInfo` objects in `Data URIs`_
105105
* :class:`Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer`
106106
to deal with objects implementing the :class:`JsonSerializable` interface
107107
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to
@@ -332,5 +332,4 @@ take a look at how this bundle works.
332332
.. _`ApiPlatform`: https://github.com/api-platform/core
333333
.. _`JSON-LD`: http://json-ld.org
334334
.. _`Hydra Core Vocabulary`: http://hydra-cg.com
335-
.. _`SplFileInfo`: http://php.net/manual/en/class.splfileinfo.php
336335
.. _`Data URIs`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs

0 commit comments

Comments
 (0)