@@ -106,7 +106,6 @@ |
||
106 | 106 | * |
107 | 107 | * @param string $type |
108 | 108 | * @param int $topic_id |
109 | - * @param int $page |
|
110 | 109 | * @return \Symfony\Component\HttpFoundation\Response A Symfony Response object |
111 | 110 | */ |
112 | 111 | public function show($type, $topic_id) |
@@ -244,7 +244,7 @@ discard block |
||
244 | 244 | /** |
245 | 245 | * @param array $topic_data |
246 | 246 | * @param array $post_data |
247 | - * @return array |
|
247 | + * @return string |
|
248 | 248 | */ |
249 | 249 | protected function get_mini_post_url(array $topic_data, array $post_data) |
250 | 250 | { |
@@ -324,7 +324,6 @@ discard block |
||
324 | 324 | } |
325 | 325 | |
326 | 326 | /** |
327 | - * @param array $row |
|
328 | 327 | * @return array |
329 | 328 | */ |
330 | 329 | protected function get_watch_status_data(array $topic_data) |
@@ -244,6 +244,7 @@ |
||
244 | 244 | |
245 | 245 | /** |
246 | 246 | * {@inheritdoc} |
247 | + * @param string $forum_id |
|
247 | 248 | */ |
248 | 249 | protected function get_filter_sql($filter_type, $filter_value, $forum_id) |
249 | 250 | { |