Skip to content

Commit 4bbebb1

Browse files
Merge branch '5.2' into 5.x
* 5.2: [FrameworkBundle][RateLimiter] Update typos in config Handle ValueErrors triggered by ext-uuid on PHP 8 Add test case to ensure all security events are propagated
2 parents dd662fa + 4e41f72 commit 4bbebb1

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
@@ -1860,7 +1860,7 @@ private function addRateLimiterSection(ArrayNodeDefinition $rootNode)
18601860
->defaultNull()
18611861
->end()
18621862
->enumNode('policy')
1863-
->info('The rate limiting algorithm to use for this rate')
1863+
->info('The algorithm to be used by this limiter')
18641864
->isRequired()
18651865
->values(['fixed_window', 'token_bucket', 'sliding_window', 'no_limit'])
18661866
->end()

0 commit comments

Comments
 (0)