File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ As well as the following normalizers:
103
103
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ DataUriNormalizer ` to
104
104
transform :class: `SplFileInfo ` objects in `Data URIs `_
105
105
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ JsonSerializableNormalizer `
106
- to deal with objects implementing the `JsonSerializable `_ interface
106
+ to deal with objects implementing the :phpclass: `JsonSerializable ` interface
107
107
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ArrayDenormalizer ` to
108
108
denormalize arrays of objects using a format like `MyObject[] ` (note the `[] ` suffix)
109
109
@@ -333,4 +333,3 @@ take a look at how this bundle works.
333
333
.. _`JSON-LD` : http://json-ld.org
334
334
.. _`Hydra Core Vocabulary` : http://hydra-cg.com
335
335
.. _`Data URIs` : https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
336
- .. _`JsonSerializable` : http://php.net/manual/en/class.jsonserializable.php
You can’t perform that action at this time.
0 commit comments