Skip to content

Commit b316587

Browse files
committed
minor #15346 [RateLimiter] [Rate Limiter] Added missing opening single quotes (artyuum)
This PR was merged into the 5.2 branch. Discussion ---------- [RateLimiter] [Rate Limiter] Added missing opening single quotes Added the missing opening single quotes in the PHP config example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 87dbab9 [Rate Limiter] Added missing opening single quotes
2 parents 06f0f5b + 87dbab9 commit b316587

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
@@ -410,7 +410,7 @@ Use the ``cache_pool`` option to override the cache used by a specific limiter
410410
411411
// config/packages/rate_limiter.php
412412
$container->loadFromExtension('framework', [
413-
rate_limiter' => [
413+
'rate_limiter' => [
414414
'anonymous_api' => [
415415
// ...
416416

0 commit comments

Comments
 (0)