Skip to content

Commit 6dffd45

Browse files
committed
minor symfony#28708 clarify the cache.pools.provider option (dbu)
This PR was merged into the 4.2-dev branch. Discussion ---------- clarify the cache.pools.provider option | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | - | Fixed tickets | - | License | MIT | Doc PR | symfony/symfony-docs#10390 improve the documentation in Configuration.php with things we found out in symfony/symfony-docs#10390 Commits ------- ad4aaf1 clarify the cache.pools.provider option
2 parents 23b0787 + ad4aaf1 commit 6dffd45

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)