We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bec953a + bb051cf commit aaf9985Copy full SHA for aaf9985
book/controller.rst
@@ -476,7 +476,7 @@ value to each variable.
476
477
Like other base ``Controller`` methods, the ``forward`` method is just
478
a shortcut for core Symfony2 functionality. A forward can be accomplished
479
- directly via the ``http_kernel`` service. A forward returns a ``Response``
+ directly via the ``http_kernel`` service and returns a ``Response``
480
object::
481
482
$httpKernel = $this->container->get('http_kernel');
0 commit comments