Skip to content

Commit

Permalink
[FrameworkBundle] fix phpDoc of ControllerResolver::createController()
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Feb 6, 2012
1 parent e3cf37f commit 826bd23
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -48,6 +48,9 @@ public function __construct(ContainerInterface $container, ControllerNameParser
* @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)
{
Expand Down

0 comments on commit 826bd23

Please sign in to comment.