8000 clarify the cache.pools.provider option · symfony/symfony@ad4aaf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad4aaf1

Browse files
committed
clarify the cache.pools.provider option
1 parent 0f653d8 commit ad4aaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
879879
->booleanNode('public')->defaultFalse()->end()
880880
->integerNode('default_lifetime')->end()
881881
->scalarNode('provider')
882-
->info('The service name to use as provider when the specified adapter needs one.')
882+
->info('Overwrite the setting from the default provider for this adapter.')
883883
->end()
884884
->scalarNode('clearer')->end()
885885
->end()

0 commit comments

Comments
 (0)
0