Skip to content

Commit b7a1e36

Browse files
adding missing brace
1 parent e2d360f commit b7a1e36

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
@@ -371,7 +371,7 @@ but getting an up to date configuration whilst developing your application::
371371
// ...
372372
$container->compile();
373373

374-
if (!$isDebug)
374+
if (!$isDebug) {
375375
$dumper = new PhpDumper($container);
376376
file_put_contents($file, $dumper->dump(array('class' => 'MyCachedContainer')));
377377
}

0 commit comments

Comments
 (0)