Skip to content

Commit d6e6a39

Browse files
authored
Update forwarding.rst
1 parent 3330c31 commit d6e6a39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controller/forwarding.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ from *that* controller::
2929
The array passed to the method becomes the arguments for the resulting controller.
3030
The target controller method might look something like this::
3131

32-
// src/Controller/OtherController.php
33-
3432
public function fancy(string $name, string $color): Response
3533
{
3634
// ... create and return a Response object

0 commit comments

Comments
 (0)