Skip to content

Commit 1743926

Browse files
committed
minor #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 ------- ad4aaf151a clarify the cache.pools.provider option
2 parents 61483de + 1a400e4 commit 1743926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)