Fix method signature
This commit is contained in:
parent
fcb1aa36f0
commit
3e58a767ad
|
@ -116,6 +116,8 @@ class Dispatcher {
|
||||||
/**
|
/**
|
||||||
* Uses the reflected parameters, types and request parameters to execute
|
* Uses the reflected parameters, types and request parameters to execute
|
||||||
* the controller
|
* the controller
|
||||||
|
* @param Controller $controller the controller to be executed
|
||||||
|
* @param string $methodName the method on the controller that should be executed
|
||||||
* @return Response
|
* @return Response
|
||||||
*/
|
*/
|
||||||
private function executeController($controller, $methodName) {
|
private function executeController($controller, $methodName) {
|
||||||
|
|
Loading…
Reference in New Issue