aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-15 15:29:09 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 19:15:21 +0200
commit1eb50c67dfaf0dc483c2c44c402c029c0c40c50a (patch)
tree1a9926312742fecb465dabcd0509108713c79c58 /phpBB/phpbb
parentcfa399110d15d573c85e846e6868c65557625074 (diff)
downloadforums-1eb50c67dfaf0dc483c2c44c402c029c0c40c50a.tar
forums-1eb50c67dfaf0dc483c2c44c402c029c0c40c50a.tar.gz
forums-1eb50c67dfaf0dc483c2c44c402c029c0c40c50a.tar.bz2
forums-1eb50c67dfaf0dc483c2c44c402c029c0c40c50a.tar.xz
forums-1eb50c67dfaf0dc483c2c44c402c029c0c40c50a.zip
[ticket/12715] Cleanup comments in \phpbb\permissions
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/permissions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/permissions.php b/phpBB/phpbb/permissions.php
index 72d85cb094..3f51016c93 100644
--- a/phpBB/phpbb/permissions.php
+++ b/phpBB/phpbb/permissions.php
@@ -32,7 +32,6 @@ class permissions
*
* @param \phpbb\event\dispatcher $phpbb_dispatcher Event dispatcher
* @param \phpbb\user $user User Object
- * @return null
*/
public function __construct(\phpbb\event\dispatcher $phpbb_dispatcher, \phpbb\user $user)
{