File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Symfony includes the following normalizers but you can also
28
28
normalize PHP object using the :doc: `PropertyAccessor component </components/property_access >`;
29
29
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ CustomNormalizer ` to
30
30
normalize PHP object using an object that implements
31
- `` :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface ` `;
31
+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ NormalizableInterface `;
32
32
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ GetSetMethodNormalizer ` to
33
33
normalize PHP object using the getter and setter methods of the object;
34
34
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ PropertyNormalizer ` to
You can’t perform that action at this time.
0 commit comments