File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ As well as the following normalizers:
9999* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ObjectNormalizer ` to
100100 handle typical data objects
101101* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ DateTimeNormalizer ` for
102- objects implementing the :class: `DateTimeInterface ` interface
102+ objects implementing the `DateTimeInterface `_ interface
103103* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ DataUriNormalizer ` to
104104 transform :class: `SplFileInfo ` objects in `Data URIs `_
105105* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ JsonSerializableNormalizer `
@@ -332,4 +332,5 @@ 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+ .. _`DateTimeInterface` : http://php.net/manual/en/class.datetimeinterface.php
335336.. _`Data URIs` : https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
You can’t perform that action at this time.
0 commit comments