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 8e84115 commit 1a400e4Copy full SHA for 1a400e4
DependencyInjection/Configuration.php
@@ -879,7 +879,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
879
->booleanNode('public')->defaultFalse()->end()
880
->integerNode('default_lifetime')->end()
881
->scalarNode('provider')
882
- ->info('The service name to use as provider when the specified adapter needs one.')
+ ->info('Overwrite the setting from the default provider for this adapter.')
883
->end()
884
->scalarNode('clearer')->end()
885
0 commit comments