aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/routing/routeactionhandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/appframework/routing/routeactionhandler.php')
-rw-r--r--lib/private/appframework/routing/routeactionhandler.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/appframework/routing/routeactionhandler.php b/lib/private/appframework/routing/routeactionhandler.php
index 2b9dc38dc43..6a5c64745ae 100644
--- a/lib/private/appframework/routing/routeactionhandler.php
+++ b/lib/private/appframework/routing/routeactionhandler.php
@@ -30,6 +30,10 @@ class RouteActionHandler {
private $actionName;
private $container;
+ /**
+ * @param string $controllerName
+ * @param string $actionName
+ */
public function __construct(DIContainer $container, $controllerName, $actionName) {
$this->controllerName = $controllerName;
$this->actionName = $actionName;