We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae79b24 commit e5b9efbCopy full SHA for e5b9efb
controller/forwarding.rst
@@ -11,7 +11,7 @@ and calls the defined controller. The ``forward()`` method returns the
11
:class:`Symfony\\Component\\HttpFoundation\\Response` object that is returned
12
from *that* controller::
13
14
- public function index($name): Response
+ public function index(string $name): Response
15
{
16
$response = $this->forward('App\Controller\OtherController::fancy', [
17
'name' => $name,
0 commit comments