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