diff options
author | brunoais <brunoaiss@gmail.com> | 2014-12-19 10:03:57 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-19 10:03:57 +0000 |
commit | dd9c415020935710aa525bd99a592e26e6143165 (patch) | |
tree | a08d72591d971aa1fd2b9c6b990c270366ca0b05 | |
parent | dd6efdad595f5a2ee107b0f2de0ce888e94e3293 (diff) | |
download | forums-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
-rw-r--r-- | phpBB/phpbb/notification/manager.php | 2 |
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 */ |