Skip to content

Commit 6b51be8

Browse files
[FrameworkBundle] improve cs
1 parent 30f75e5 commit 6b51be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ private function registerCacheConfiguration(array $config, ContainerBuilder $con
16711671
}
16721672

16731673
if ($pool['tags']) {
1674-
if ($config['pools'][$pool['tags']]['tags'] ?? false) {
1674+
if (true !== $pool['tags'] && ($config['pools'][$pool['tags']]['tags'] ?? false)) {
16751675
$pool['tags'] = '.'.$pool['tags'].'.inner';
16761676
}
16771677
$container->register($name, TagAwareAdapter::class)

0 commit comments

Comments
 (0)