Skip to content

Commit 0a94052

Browse files
committed
[FrameworkBundle] Use a::b notation in ControllerTrait docblock
1 parent 6f984ac commit 0a94052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/ControllerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function generateUrl(string $route, array $parameters = array(), int $
7676
/**
7777
* Forwards the request to another controller.
7878
*
79-
* @param string $controller The controller name (a string like BlogBundle:Post:index)
79+
* @param string $controller The controller name (a string like Bundle\BlogBundle\Controller\PostController::indexAction)
8080
*
8181
* @final
8282
*/

0 commit comments

Comments
 (0)