Skip to content

Commit a178c03

Browse files
Fixed identation issue
1 parent c573c3c commit a178c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ your application::
143143
//--
144144
$container->compile();
145145

146-
if(!$isDebug) {
147-
$dumper = new PhpDumper($container);
146+
if(!$isDebug)
147+
$dumper = new PhpDumper($container);
148148
file_put_contents($file, $dumper->dump(array('class' => 'MyCachedContainer')));
149149
}
150150
}

0 commit comments

Comments
 (0)