1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 05:55:15 +02:00

[ticket/12715] Cleanup comments in \phpbb\permissions

PHPBB3-12715
This commit is contained in:
Tristan Darricau 2014-06-15 15:29:09 +02:00
parent cfa399110d
commit 1eb50c67df

View File

@ -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)
{