@@ -144,7 +144,7 @@ |
||
144 | 144 | * @copyright (c) 2014 phpBB Limited <https://www.phpbb.com> |
145 | 145 | * @license GNU General Public License, version 2 (GPL-2.0) |
146 | 146 | * @param string $step The step (enable, disable, purge) |
147 | - * @param array $notification_types The notification type names |
|
147 | + * @param string[] $notification_types The notification type names |
|
148 | 148 | * @return string Return notifications as temporary state |
149 | 149 | * @access protected |
150 | 150 | */ |
@@ -191,7 +191,7 @@ |
||
191 | 191 | * Post a new comment |
192 | 192 | * |
193 | 193 | * @param int $link_id The category ID |
194 | - * @return null |
|
194 | + * @return \Symfony\Component\HttpFoundation\Response|null |
|
195 | 195 | * @throws \phpbb\exception\http_exception |
196 | 196 | */ |
197 | 197 | public function new_comment($link_id) |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | /** |
37 | 37 | * Define the extensions to be tested |
38 | 38 | * |
39 | - * @return array vendor/name of extension(s) to test |
|
39 | + * @return string[] vendor/name of extension(s) to test |
|
40 | 40 | */ |
41 | 41 | static protected function setup_extensions() |
42 | 42 | { |
@@ -221,6 +221,9 @@ discard block |
||
221 | 221 | $this->core_categorie->set_extension_manager($phpbb_extension_manager); |
222 | 222 | } |
223 | 223 | |
224 | + /** |
|
225 | + * @param \ernadoo\phpbbdirectory\cron\task\core\prune_categorie[] $tasks |
|
226 | + */ |
|
224 | 227 | private function create_cron_manager($tasks) |
225 | 228 | { |
226 | 229 | global $phpbb_root_path, $phpEx; |
@@ -15,7 +15,7 @@ |
||
15 | 15 | /** |
16 | 16 | * Define the extensions to be tested |
17 | 17 | * |
18 | - * @return array vendor/name of extension(s) to test |
|
18 | + * @return string[] vendor/name of extension(s) to test |
|
19 | 19 | */ |
20 | 20 | static protected function setup_extensions() |
21 | 21 | { |