8000 minor #48180 [FrameworkBundle] typo default_lifetime example (fbnfgc) · Chi-teck/symfony@5fcbfa5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fcbfa5

Browse files
committed
minor symfony#48180 [FrameworkBundle] typo default_lifetime example (fbnfgc)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] typo default_lifetime example | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | Fixes cache default lifetime example: 5 minutes is equal to 300 seconds. <!-- Replace this notice by a short README for your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 6f941b6 [FrameworkBundle] typo default_lifetime example
2 parents d5ba532 + 6f941b6 commit 5fcbfa5

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
@@ -1121,7 +1121,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode, callable $willBe
11211121
->booleanNode('public')->defaultFalse()->end()
11221122
->scalarNode('default_lifetime')
11231123
->info('Default lifetime of the pool')
1124-
->example('"600" for 5 minutes expressed in seconds, "PT5M" for five minutes expressed as ISO 8601 time interval, or "5 minutes" as a date expression')
1124+
->example('"300" for 5 minutes expressed in seconds, "PT5M" for five minutes expressed as ISO 8601 time interval, or "5 minutes" as a date expression')
11251125
->end()
11261126
->scalarNode('provider')
11271127
->info('Overwrite the setting from the default provider for this adapter.')

0 commit comments

Comments
 (0)
0