Skip to content

Commit ebc0b28

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Cache] Update an argument name to make it consistent with other docs
2 parents 2798f6f + 740aee3 commit ebc0b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
361361
// config/services.php
362362
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
363363
364-
return function(ContainerConfigurator $container) {
365-
$container->services()
364+
return function(ContainerConfigurator $configurator) {
365+
$configurator->services()
366366
// ...
367367
368368
->set('app.cache.adapter.redis')

0 commit comments

Comments
 (0)