@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | * @param string $filter_type |
| 78 | 78 | * @param mixed $filter_value |
| 79 | 79 | * @param int $page |
| 80 | - * @return \Symfony\Component\HttpFoundation\Response A Symfony Response object |
|
| 80 | + * @return string A Symfony Response object |
|
| 81 | 81 | */ |
| 82 | 82 | public function index($type, $_format = '', $filter_type = '', $filter_value = '', $page = 1) |
| 83 | 83 | { |
@@ -162,7 +162,7 @@ discard block |
||
| 162 | 162 | * @param string $filter_type |
| 163 | 163 | * @param mixed $filter_value |
| 164 | 164 | * @param int $page |
| 165 | - * @return \Symfony\Component\HttpFoundation\Response A Symfony Response object |
|
| 165 | + * @return string A Symfony Response object |
|
| 166 | 166 | */ |
| 167 | 167 | public function filter($_format = '', $filter_type = '', $filter_value = '', $page = 1) |
| 168 | 168 | { |
@@ -138,7 +138,6 @@ |
||
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | - * @param \phpbb\event\data $event |
|
| 142 | 141 | * @return void |
| 143 | 142 | */ |
| 144 | 143 | public function load_settings_language() |