From ceedd683f04baa47a1b9ebb39ac5432def8a7bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Quatannens?= Date: Fri, 3 May 2013 15:08:23 +0300 Subject: [PATCH] Book/Controller : Minor tweak to gather 2 sentences Factoring 2 sentences to make it easier to read. --- book/controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/controller.rst b/book/controller.rst index f9a06a4647a..0a12ded6fca 100644 --- a/book/controller.rst +++ b/book/controller.rst @@ -476,7 +476,7 @@ value to each variable. Like other base ``Controller`` methods, the ``forward`` method is just a shortcut for core Symfony2 functionality. A forward can be accomplished - directly via the ``http_kernel`` service. A forward returns a ``Response`` + directly via the ``http_kernel`` service and returns a ``Response`` object:: $httpKernel = $this->container->get('http_kernel');