Skip to content

Commit fe815b4

Browse files
fmatanicolas-grekas
authored andcommitted
[FrameworkBundle] Update docblock AbstractController
1 parent 4eeac66 commit fe815b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/AbstractController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected function generateUrl(string $route, array $parameters = [], int $refer
145145
/**
146146
* Forwards the request to another controller.
147147
*
148-
* @param string $controller The controller name (a string like Bundle\BlogBundle\Controller\PostController::indexAction)
148+
* @param string $controller The controller name (a string like "App\Controller\PostController::index" or "App\Controller\PostController" if it is invokable)
149149
*/
150150
protected function forward(string $controller, array $path = [], array $query = []): Response
151151
{

0 commit comments

Comments
 (0)