@@ -188,7 +188,7 @@ |
||
| 188 | 188 | * |
| 189 | 189 | * @throws \phpbb\exception\http_exception |
| 190 | 190 | * |
| 191 | - * @return null |
|
| 191 | + * @return \Symfony\Component\HttpFoundation\Response|null |
|
| 192 | 192 | */ |
| 193 | 193 | public function new_comment($link_id) |
| 194 | 194 | { |
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | * @license GNU General Public License, version 2 (GPL-2.0) |
| 143 | 143 | * |
| 144 | 144 | * @param string $step The step (enable, disable, purge) |
| 145 | - * @param array $notification_types The notification type names |
|
| 145 | + * @param string[] $notification_types The notification type names |
|
| 146 | 146 | * |
| 147 | 147 | * @return string Return notifications as temporary state |
| 148 | 148 | */ |