Skip to content

Commit 0902aa4

Browse files
committed
[Cache] Update an argument name to make it consistent with other docs
1 parent ab3b182 commit 0902aa4

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
@@ -382,8 +382,8 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
382382
// config/services.php
383383
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
384384
385-
return function(ContainerConfigurator $container) {
386-
$container->services()
385+
return function(ContainerConfigurator $configurator) {
386+
$configurator->services()
387387
// ...
388388
389389
->set('app.cache.adapter.redis')

0 commit comments

Comments
 (0)