Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42c2ccd

Browse files
committed
Fix
1 parent 47af76f commit 42c2ccd

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
@@ -1853,7 +1853,7 @@ private function addRateLimiterSection(ArrayNodeDefinition $rootNode)
18531853
->isRequired()
18541854
->end()
18551855
->scalarNode('interval')
1856-
->info('Configures the fixed interval if "strategy" is set to "fixed_window", "sliding_window" or "no_limit". The value must be a number followed by "second", "minute", "hour", "day", "week" or "month" (or their plural equivalent).')
1856+
->info('Configures the fixed interval if "strategy" is set to "fixed_window" or "sliding_window". The value must be a number followed by "second", "minute", "hour", "day", "week" or "month" (or their plural equivalent).')
18571857
->end()
18581858
->arrayNode('rate')
18591859
->info('Configures the fill rate if "strategy" is set to "token_bucket"')

0 commit comments

Comments
 (0)