Skip to content

Commit e4b9f17

Browse files
Re-adding deleted semicolon
1 parent b723781 commit e4b9f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ benefit of merging multiple files and validation of the configuration::
214214
$processor = new Processor();
215215
$config = $processor->processConfiguration($configuration, $configs);
216216

217-
$container->setParameter('acme_demo.FOO', $config['foo'])
217+
$container->setParameter('acme_demo.FOO', $config['foo']);
218218

219219
// ...
220220
}

0 commit comments

Comments
 (0)