aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/manager.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2014-12-19 10:03:57 +0000
committerbrunoais <brunoaiss@gmail.com>2014-12-19 10:03:57 +0000
commitdd9c415020935710aa525bd99a592e26e6143165 (patch)
treea08d72591d971aa1fd2b9c6b990c270366ca0b05 /phpBB/phpbb/notification/manager.php
parentdd6efdad595f5a2ee107b0f2de0ce888e94e3293 (diff)
downloadforums-dd9c415020935710aa525bd99a592e26e6143165.tar
forums-dd9c415020935710aa525bd99a592e26e6143165.tar.gz
forums-dd9c415020935710aa525bd99a592e26e6143165.tar.bz2
forums-dd9c415020935710aa525bd99a592e26e6143165.tar.xz
forums-dd9c415020935710aa525bd99a592e26e6143165.zip
[ticket/13154] space before @var
Not a tab. PHPBB3-13154
Diffstat (limited to 'phpBB/phpbb/notification/manager.php')
-rw-r--r--phpBB/phpbb/notification/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/manager.php b/phpBB/phpbb/notification/manager.php
index 8eda8dc17b..4bf61170b2 100644
--- a/phpBB/phpbb/notification/manager.php
+++ b/phpBB/phpbb/notification/manager.php
@@ -38,7 +38,7 @@ class manager
/** @var \phpbb\config\config */
protected $config;
- /** @var \phpbb\event\dispatcher */
+ /** @var \phpbb\event\dispatcher */
protected $phpbb_dispatcher;
/** @var \phpbb\db\driver\driver_interface */