Skip to content

Commit e2bf5dd

Browse files
committed
linting fixes
1 parent 0d6625b commit e2bf5dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

serializer/custom_normalizer.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,9 @@ follows:
7474
result is not cacheable.
7575
- A ``null`` value for a type means that the normalizer or denormalizer does not support that type.
7676

77-
Here is an example of how to use the ``getSupportedTypes()`` method:
77+
Here is an example of how to use the ``getSupportedTypes()`` method::
7878

79-
.. code-block:: php
80-
81-
use Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface;
79+
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
8280

8381
class MyNormalizer implements NormalizerInterface
8482
{

0 commit comments

Comments
 (0)