Skip to content

Commit

Permalink
Fix "DateTimeInterface" URL
Browse files Browse the repository at this point in the history
  • Loading branch information
liviubalan authored Apr 1, 2018
1 parent 1e9e842 commit 1ebd63d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ As well as the following normalizers:
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer` to
handle typical data objects
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DateTimeNormalizer` for
objects implementing the :class:`DateTimeInterface` interface
objects implementing the `DateTimeInterface`_ interface
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer` to
transform :class:`SplFileInfo` objects in `Data URIs`_
* :class:`Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer`
Expand Down Expand Up @@ -332,4 +332,5 @@ take a look at how this bundle works.
.. _`ApiPlatform`: https://github.com/api-platform/core
.. _`JSON-LD`: http://json-ld.org
.. _`Hydra Core Vocabulary`: http://hydra-cg.com
.. _`DateTimeInterface`: http://php.net/manual/en/class.datetimeinterface.php
.. _`Data URIs`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs

0 comments on commit 1ebd63d

Please sign in to comment.