Skip to content

Commit 8978cd8

Browse files
committed
Fix build
1 parent bead3d7 commit 8978cd8

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)