We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9533f9a commit aae0705Copy full SHA for aae0705
book/part12.rst
@@ -181,7 +181,8 @@ The front controller is now only about wiring everything together::
181
182
$response->send();
183
184
-As all the objects are now created in the dependency injection container, the framework code should be the previous simple version::
+As all the objects are now created in the dependency injection container, the
185
+framework code should be the previous simple version::
186
187
<?php
188
0 commit comments