We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a::b
1 parent 6f984ac commit 0a94052Copy full SHA for 0a94052
Controller/ControllerTrait.php
@@ -76,7 +76,7 @@ protected function generateUrl(string $route, array $parameters = array(), int $
76
/**
77
* Forwards the request to another controller.
78
*
79
- * @param string $controller The controller name (a string like BlogBundle:Post:index)
+ * @param string $controller The controller name (a string like Bundle\BlogBundle\Controller\PostController::indexAction)
80
81
* @final
82
*/
0 commit comments