From dd9c415020935710aa525bd99a592e26e6143165 Mon Sep 17 00:00:00 2001 From: brunoais Date: Fri, 19 Dec 2014 10:03:57 +0000 Subject: [ticket/13154] space before @var Not a tab. PHPBB3-13154 --- phpBB/phpbb/notification/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb') 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 */ -- cgit v1.2.1