[FrameworkBundle] Use a::b notation in ControllerTrait docblock

This commit is contained in:
Philipp Wahala 2018-03-18 18:57:30 +01:00
parent 0cfc00e717
commit 973c5ec995

View File

@ -76,7 +76,7 @@ trait ControllerTrait
/**
* Forwards the request to another controller.
*
* @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)
*
* @final
*/