Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 7, 2012
1 parent 9533f9a commit aae0705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/part12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ The front controller is now only about wiring everything together::

$response->send();

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
framework code should be the previous simple version::

<?php

Expand Down

0 comments on commit aae0705

Please sign in to comment.