8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe2c27 commit f8e56a5Copy full SHA for f8e56a5
src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php
@@ -198,10 +198,10 @@ public function process(ContainerBuilder $container)
198
}
199
200
if (null !== $clearer) {
201
- $clearers[$clearer][$name] = new Reference($id, $container::IGNORE_ON_UNINITIALIZED_REFERENCE);
+ $clearers[$clearer][$name] = new Reference($id);
202
203
204
- $allPools[$name] = new Reference($id, $container::IGNORE_ON_UNINITIALIZED_REFERENCE);
+ $allPools[$name] = new Reference($id);
205
206
207
if (!$needsMessageHandler) {
0 commit comments