From 177298775d71cc977314008e460dbcedbd64ac99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 5 May 2021 22:09:07 +0200 Subject: [PATCH] Address class rename in the docs This class has been renamed in 48625f1bc761f1f8f70fe6630a0f3a3204d9a6ff --- docs/en/reference/caching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/caching.rst b/docs/en/reference/caching.rst index cbb1413c33b..3a9ee383f55 100644 --- a/docs/en/reference/caching.rst +++ b/docs/en/reference/caching.rst @@ -45,4 +45,4 @@ result set is read (the easiest way to ensure this is to use one of the ``fetchA .. warning:: - When using the cache layer not all fetch modes are supported. See the code of the ``Doctrine\DBAL\Cache\ResultCacheStatement`` for details. + When using the cache layer not all fetch modes are supported. See the code of the ``Doctrine\DBAL\Cache\CachingResult`` for details.