Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e09eeb

Browse files
committed
RST
1 parent ccdf894 commit 8e09eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,8 +1313,8 @@ the same.
13131313

13141314
To hint the serializer that it's safe to cache the result of these methods (and then dramatically improve the
13151315
overall performance), such normalizers (and denormalizers) should implement the
1316-
:class:`Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface` and return ``true`` when
1317-
:method:`Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface::hasCacheableSupportsMethod`
1316+
:class:`Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface` and return ``true`` when
1317+
:method:`Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface::hasCacheableSupportsMethod`
13181318
is called.
13191319

13201320
.. note::

0 commit comments

Comments
 (0)