@@ -8,7 +8,7 @@ |
||
8 | 8 | * @author Leinad4Mind |
9 | 9 | * @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind |
10 | 10 | * @license GPL-2.0-only |
11 | - */ |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * DO NOT CHANGE |
@@ -8,7 +8,7 @@ |
||
8 | 8 | * @author Leinad4Mind |
9 | 9 | * @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind |
10 | 10 | * @license GPL-2.0-only |
11 | - */ |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @ignore |
@@ -54,16 +54,16 @@ |
||
54 | 54 | } |
55 | 55 | |
56 | 56 | /** |
57 | - * Constructor |
|
58 | - * NOTE: The parameters of this method must match in order and type with |
|
59 | - * the dependencies defined in the services.yml file for this service. |
|
60 | - * |
|
61 | - * @param \phpbb\user $user User object |
|
62 | - * @param \phpbbgallery\core\config $gallery_config Core gallery config object |
|
63 | - * @param \phpbbgallery\core\auth\auth $gallery_auth Core gallery auth object |
|
64 | - * @param \phpbbgallery\core\url $gallery_url Core gallery url object |
|
65 | - * @param \phpbbgallery\core\user $gallery_user Core gallery user wrapper |
|
66 | - */ |
|
57 | + * Constructor |
|
58 | + * NOTE: The parameters of this method must match in order and type with |
|
59 | + * the dependencies defined in the services.yml file for this service. |
|
60 | + * |
|
61 | + * @param \phpbb\user $user User object |
|
62 | + * @param \phpbbgallery\core\config $gallery_config Core gallery config object |
|
63 | + * @param \phpbbgallery\core\auth\auth $gallery_auth Core gallery auth object |
|
64 | + * @param \phpbbgallery\core\url $gallery_url Core gallery url object |
|
65 | + * @param \phpbbgallery\core\user $gallery_user Core gallery user wrapper |
|
66 | + */ |
|
67 | 67 | |
68 | 68 | public function __construct(\phpbb\user $user, \phpbbgallery\core\config $gallery_config, \phpbbgallery\core\auth\auth $gallery_auth, \phpbbgallery\core\url $gallery_url, \phpbbgallery\core\user $gallery_user) |
69 | 69 | { |
@@ -11,8 +11,8 @@ |
||
11 | 11 | */ |
12 | 12 | |
13 | 13 | /** |
14 | - * DO NOT CHANGE |
|
15 | - */ |
|
14 | + * DO NOT CHANGE |
|
15 | + */ |
|
16 | 16 | if (!defined('IN_PHPBB')) |
17 | 17 | { |
18 | 18 | exit; |