Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8276c04

Browse filesBrowse files
committed
keep a reference to all cache pools
1 parent afe2c27 commit 8276c04
Copy full SHA for 8276c04

File tree

2 files changed

+2
-72
lines changed
Filter options

2 files changed

+2
-72
lines changed

‎src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ public function process(ContainerBuilder $container)
198198
}
199199

200200
if (null !== $clearer) {
201-
$clearers[$clearer][$name] = new Reference($id, $container::IGNORE_ON_UNINITIALIZED_REFERENCE);
201+
$clearers[$clearer][$name] = new Reference($id);
202202
}
203203

204-
$allPools[$name] = new Reference($id, $container::IGNORE_ON_UNINITIALIZED_REFERENCE);
204+
$allPools[$name] = new Reference($id);
205205
}
206206

207207
if (!$needsMessageHandler) {

‎src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php
-70Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.