diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php index 317e98f753..a57228bba6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php @@ -48,6 +48,9 @@ class ControllerResolver extends BaseControllerResolver * @param string $controller A Controller string * * @return mixed A PHP callable + * + * @throws \LogicException When the name could not ne parsed + * @throws \InvalidArgumentExcetion When the controller class does not exist */ protected function createController($controller) {