From c4f5f7c74bad11d8fa1b08480e7479ac7ae7091c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 11 Apr 2019 15:52:41 +0200 Subject: [PATCH] Fixed a minor issue in Serializer component --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index 924a342023f..7056f6bc917 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -1420,7 +1420,7 @@ and return ``true`` when :method:`Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface::hasCacheableSupportsMethod` is called. - .. note:: +.. note:: All built-in :ref:`normalizers and denormalizers ` as well the ones included in `API Platform`_ natively implement this interface.