From 3e58a767ad5c4beec258bdb06efa93b99bd77648 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 11 May 2014 13:59:48 +0200 Subject: [PATCH] Fix method signature --- lib/private/appframework/http/dispatcher.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php index 4fe48355272..39ca3398c66 100644 --- a/lib/private/appframework/http/dispatcher.php +++ b/lib/private/appframework/http/dispatcher.php @@ -116,6 +116,8 @@ class Dispatcher { /** * Uses the reflected parameters, types and request parameters to execute * the controller + * @param Controller $controller the controller to be executed + * @param string $methodName the method on the controller that should be executed * @return Response */ private function executeController($controller, $methodName) { -- 2.39.5