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 b723781 commit e4b9f17Copy full SHA for e4b9f17
components/dependency_injection/compilation.rst
@@ -214,7 +214,7 @@ benefit of merging multiple files and validation of the configuration::
214
$processor = new Processor();
215
$config = $processor->processConfiguration($configuration, $configs);
216
217
- $container->setParameter('acme_demo.FOO', $config['foo'])
+ $container->setParameter('acme_demo.FOO', $config['foo']);
218
219
// ...
220
}
0 commit comments