We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bead3d7 commit 8978cd8Copy full SHA for 8978cd8
service_container.rst
@@ -1287,7 +1287,7 @@ the closure::
1287
// config/packages/my_config.php
1288
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1289
1290
- return function(ContainerConfigurator $configurator, string $env) {
+ return function(ContainerConfigurator $containerConfigurator, string $env) {
1291
// `$env` is automatically filled in, so you can configure your
1292
// services depending on which environment you're on
1293
};
0 commit comments