From aae0705d9cb986f1529a8834106a6b2e6ff4897f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 7 Feb 2012 05:57:11 +0100 Subject: [PATCH] fixed CS --- book/part12.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/part12.rst b/book/part12.rst index 5442570909f..0a2b7642cd5 100644 --- a/book/part12.rst +++ b/book/part12.rst @@ -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::