[FrameworkBundle] fix phpDoc of ControllerResolver::createController()

This commit is contained in:
Victor Berchet 2012-02-06 13:00:36 +01:00
parent e3cf37fe84
commit 826bd230a1

View File

@ -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)
{