diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php index ee7e603794..8b639dc54d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php @@ -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 */