Skip to content

Commit 9ae78a6

Browse files
committed
minor #11544 Fix: make class clickable (weaverryan, Art4)
This PR was merged into the 3.4 branch. Discussion ---------- Fix: make class clickable Small fix that makes the `Symfony\Component\Serializer\Normalizer\NormalizableInterface` class clickable to see the api. This affects the maintained branches 3.4, 4.2 and master. Commits ------- 237f45c make class clickable c9c8f0a Fixing build
2 parents 39da837 + 237f45c commit 9ae78a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/normalizers.rst

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)