Skip to content

Commit aae0705

Browse files
committed
fixed CS
1 parent 9533f9a commit aae0705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/part12.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ The front controller is now only about wiring everything together::
181181

182182
$response->send();
183183

184-
As all the objects are now created in the dependency injection container, the framework code should be the previous simple version::
184+
As all the objects are now created in the dependency injection container, the
185+
framework code should be the previous simple version::
185186

186187
<?php
187188

0 commit comments

Comments
 (0)