Completed
Push — develop ( 5e581d...39a76d )
by Daniel
05:39
created
services/form/builder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 	 * @param int $topic_id
95 95
 	 * @param string $mode
96 96
 	 * @param bool $save_draft
97
-	 * @return string|false
97
+	 * @return string|boolean
98 98
 	 */
99 99
 	public function init($forum_id, $topic_id, $mode, $save_draft)
100 100
 	{
Please login to merge, or discard this patch.
services/views/driver/portal.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
 
66 66
 	/**
67 67
 	 * {@inheritdoc}
68
+	 * @param string $filter_type
69
+	 * @param string $filter_value
70
+	 * @param integer $page
68 71
 	 */
69 72
 	public function render_filter($filter_type, $filter_value, $page)
70 73
 	{
Please login to merge, or discard this patch.