Completed
Push — develop ( 843010...da46c8 )
by Daniel
07:37
created
controller/main_controller.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
services/topic.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.
services/views/driver/base_view.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -244,6 +244,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.