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
2828 normalize PHP object using the :doc: `PropertyAccessor component </components/property_access >`;
2929* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ CustomNormalizer ` to
3030 normalize PHP object using an object that implements
31- `` :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface ` `;
31+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ NormalizableInterface `;
3232* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ GetSetMethodNormalizer ` to
3333 normalize PHP object using the getter and setter methods of the object;
3434* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ PropertyNormalizer ` to
You can’t perform that action at this time.
0 commit comments