Fix a docblock in the controller class.
This commit is contained in:
parent
7e33b4f852
commit
958efea5bd
|
@ -64,7 +64,7 @@ public static function call($destination, $parameters = array())
|
|||
/**
|
||||
* Resolve a controller name to a controller instance.
|
||||
*
|
||||
* @param Container $container
|
||||
* @param string $container
|
||||
* @param string $controller
|
||||
* @return Controller
|
||||
*/
|
||||
|
@ -251,4 +251,4 @@ public function __get($key)
|
|||
throw new \OutOfBoundsException("Attempting to access undefined property [$key] on controller.");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue