Skip to content

Commit e744a48

Browse files
committed
minor #21579 [RateLimiter] Fix wrong rate limiter name in PHP configuration example for Compound Rate Limiter (Yoann-TYT)
This PR was merged into the 7.3 branch. Discussion ---------- [RateLimiter] Fix wrong rate limiter name in PHP configuration example for Compound Rate Limiter This PR fix wrong rate limiter name in PHP configuration example for Compound Rate Limiter Commits ------- 6f64458 fix(rate_limiter): fix rateLimiter naming
2 parents bddefb0 + 6f64458 commit e744a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ You can configure multiple rate limiters to work together:
678678
;
679679
680680
$framework->rateLimiter()
681-
->limiter('two_per_minute')
681+
->limiter('five_per_hour')
682682
->policy('fixed_window')
683683
->limit(5)
684684
->interval('1 hour')

0 commit comments

Comments
 (0)