Skip to content

Commit 87dbab9

Browse files
authored
[Rate Limiter] Added missing opening single quotes
Added the missing opening single quotes in the PHP config example
1 parent cc5ec76 commit 87dbab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rate_limiter.rst

Lines changed: 2 additions & 2 deletions
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
@@ -484,7 +484,7 @@ you can use a specific :ref:`named lock <lock-named-locks>` via the
484484
485485
// config/packages/rate_limiter.php
486486
$container->loadFromExtension('framework', [
487-
rate_limiter' => [
487+
'rate_limiter' => [
488488
'anonymous_api' => [
489489
// ...
490490

0 commit comments

Comments
 (0)