@@ -36,8 +36,8 @@ discard block |
||
36 | 36 | protected $location_manager; |
37 | 37 | |
38 | 38 | /** |
39 | - * {@inheritdoc} |
|
40 | - */ |
|
39 | + * {@inheritdoc} |
|
40 | + */ |
|
41 | 41 | static public function getSubscribedEvents() |
42 | 42 | { |
43 | 43 | return array( |
@@ -46,14 +46,14 @@ discard block |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
49 | - * Constructor |
|
50 | - * |
|
51 | - * @param \phpbb\template\template $template Template object |
|
52 | - * @param \phpbb\user $user User object |
|
53 | - * @param \phpbb\config\db_text $config_text Config text object |
|
54 | - * @param \phpbb\admanagement\ad\manager $manager Advertisement manager object |
|
55 | - * @param \phpbb\admanagement\location\manager $location_manager Template location manager object |
|
56 | - */ |
|
49 | + * Constructor |
|
50 | + * |
|
51 | + * @param \phpbb\template\template $template Template object |
|
52 | + * @param \phpbb\user $user User object |
|
53 | + * @param \phpbb\config\db_text $config_text Config text object |
|
54 | + * @param \phpbb\admanagement\ad\manager $manager Advertisement manager object |
|
55 | + * @param \phpbb\admanagement\location\manager $location_manager Template location manager object |
|
56 | + */ |
|
57 | 57 | public function __construct(\phpbb\template\template $template, \phpbb\user $user, \phpbb\config\db_text $config_text, \phpbb\admanagement\ad\manager $manager, \phpbb\admanagement\location\manager $location_manager) |
58 | 58 | { |
59 | 59 | $this->template = $template; |
@@ -13,26 +13,26 @@ |
||
13 | 13 | class m6_hide_for_group extends \phpbb\db\migration\migration |
14 | 14 | { |
15 | 15 | /** |
16 | - * {@inheritDoc} |
|
17 | - */ |
|
16 | + * {@inheritDoc} |
|
17 | + */ |
|
18 | 18 | public function effectively_installed() |
19 | 19 | { |
20 | 20 | return $config_text->get('phpbb_admanagement_hide_groups') !== null; |
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
24 | - * {@inheritDoc} |
|
25 | - */ |
|
24 | + * {@inheritDoc} |
|
25 | + */ |
|
26 | 26 | static public function depends_on() |
27 | 27 | { |
28 | 28 | return array('\phpbb\admanagement\migrations\v10x\m5_end_date'); |
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
32 | - * Add the ACP settings module |
|
33 | - * |
|
34 | - * @return array Array of data update instructions |
|
35 | - */ |
|
32 | + * Add the ACP settings module |
|
33 | + * |
|
34 | + * @return array Array of data update instructions |
|
35 | + */ |
|
36 | 36 | public function update_data() |
37 | 37 | { |
38 | 38 | return array( |