Skip to content

Commit aaf9985

Browse files
committed
Merge pull request symfony#2597 from gregquat/patch-8
Book/Controller : Minor tweak to gather 2 sentences
2 parents bec953a + bb051cf commit aaf9985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ value to each variable.
476476

477477
Like other base ``Controller`` methods, the ``forward`` method is just
478478
a shortcut for core Symfony2 functionality. A forward can be accomplished
479-
directly via the ``http_kernel`` service. A forward returns a ``Response``
479+
directly via the ``http_kernel`` service and returns a ``Response``
480480
object::
481481

482482
$httpKernel = $this->container->get('http_kernel');

0 commit comments

Comments
 (0)