From 40273745cecaf98651870bae3793abf7905c4165 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 8 May 2019 11:57:35 +0200 Subject: [PATCH] clarify the possible class/interface of the cache When the fallback cache pool is returned (on PHP 5.6, HHVM, or when Opcache is disabled), the configured service can be any implementation of the CacheItemPoolInterface. --- .../Bundle/FrameworkBundle/Resources/config/serializer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml index b1918047f717..fe9366485482 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml @@ -82,7 +82,7 @@ - + %serializer.mapping.cache.file%