aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/controller')
-rw-r--r--phpBB/phpbb/controller/helper.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/phpbb/controller/helper.php b/phpBB/phpbb/controller/helper.php
index cc327882e0..2bc8e6b9d0 100644
--- a/phpBB/phpbb/controller/helper.php
+++ b/phpBB/phpbb/controller/helper.php
@@ -41,8 +41,9 @@ class helper
protected $config;
/**
- * @var \phpbb\routing\router phpBB router
- */
+ * phpBB router
+ * @var \phpbb\routing\router
+ */
protected $router;
/* @var \phpbb\symfony_request */