Skip to content

Commit 2730377

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix build
2 parents f933230 + 8978cd8 commit 2730377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ the closure::
12871287
// config/packages/my_config.php
12881288
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
12891289

1290-
return function(ContainerConfigurator $configurator, string $env) {
1290+
return function(ContainerConfigurator $containerConfigurator, string $env) {
12911291
// `$env` is automatically filled in, so you can configure your
12921292
// services depending on which environment you're on
12931293
};

0 commit comments

Comments
 (0)