We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6625b commit e2bf5ddCopy full SHA for e2bf5dd
serializer/custom_normalizer.rst
@@ -74,11 +74,9 @@ follows:
74
result is not cacheable.
75
- A ``null`` value for a type means that the normalizer or denormalizer does not support that type.
76
77
-Here is an example of how to use the ``getSupportedTypes()`` method:
+Here is an example of how to use the ``getSupportedTypes()`` method::
78
79
-.. code-block:: php
80
-
81
- use Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface;
+ use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
82
83
class MyNormalizer implements NormalizerInterface
84
{
0 commit comments