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 a1f69c6 commit 66cea79Copy full SHA for 66cea79
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -1012,9 +1012 7233 ,9 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
1012
->ifTrue(function ($v) { return (isset($v['adapters']) || \is_array($v['adapter'] ?? null)) && isset($v['provider']); })
1013
->thenInvalid('Pool cannot have a "provider" while "adapter" is set to a map')
1014
->end()
1015
- ->performNoDeepMerging()
1016
->children()
1017
->arrayNode('adapters')
+ ->performNoDeepMerging()
1018
->info('One or more adapters to chain for creating the pool, defaults to "cache.app".')
1019
->beforeNormalization()
1020
->always()->then(function ($values) {
0 commit comments