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 0f653d8 commit ad4aaf1Copy full SHA for ad4aaf1
src/Symfony/Bundle/FrameworkBundle/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