8000 [FrameworkBundle][Cache] Don't deep-merge cache pools configuration · symfony/symfony@2aece9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aece9f

Browse files
committed
[FrameworkBundle][Cache] Don't deep-merge cache pools configuration
1 parent 0ea1386 commit 2aece9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
10121012
->ifTrue(function ($v) { return (isset($v['adapters']) || \is_array($v['adapter'] ?? null)) && isset($v['provider']); })
10131013
->thenInvalid('Pool cannot have a "provider" while "adapter" is set to a map')
10141014
->end()
1015+
->performNoDeepMerging()
10151016
->children()
10161017
->arrayNode('adapters')
10171018
->info('One or more adapters to chain for creating the pool, defaults to "cache.app".')

0 commit comments

Comments
 (0)
0