This commit is contained in:
Victor Berchet 2012-02-06 20:42:20 +01:00
parent 64ea95dea1
commit ac59db7eef

View File

@ -49,7 +49,7 @@ class ControllerResolver extends BaseControllerResolver
* *
* @return mixed A PHP callable * @return mixed A PHP callable
* *
* @throws \LogicException When the name could not ne parsed * @throws \LogicException When the name could not be parsed
* @throws \InvalidArgumentExcetion When the controller class does not exist * @throws \InvalidArgumentExcetion When the controller class does not exist
*/ */
protected function createController($controller) protected function createController($controller)