aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/controller
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/controller')
-rw-r--r--phpBB/includes/controller/resolver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/controller/resolver.php b/phpBB/includes/controller/resolver.php
index 5674a65118..901aa7eaa0 100644
--- a/phpBB/includes/controller/resolver.php
+++ b/phpBB/includes/controller/resolver.php
@@ -90,7 +90,7 @@ class phpbb_controller_resolver implements ControllerResolverInterface
* controller.
*
* @param Symfony\Component\HttpFoundation\Request $request Symfony Request object
- * @param string $controller Controller class name
+ * @param mixed $controller A callable (controller class, method)
* @return bool False
* @throws phpbb_controller_exception
*/