Completed
Push — master ( 5ef2ca...ca959b )
by Timothy
01:59
created
application/libraries/Page.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,6 @@
 block discarded – undo
150 150
 
151 151
 	/**
152 152
 	 * Sets custom body id
153
-	 * @param string $id
154 153
 	 * @return Page
155 154
 	 */
156 155
 	public function set_body_id($page_id="")
Please login to merge, or discard this patch.
application/libraries/Todo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
 	 * Add Group
198 198
 	 *
199 199
 	 * Submits a new group to the database
200
-	 * @return bool
200
+	 * @return false|null
201 201
 	 */
202 202
 	public function add_group()
203 203
 	{
Please login to merge, or discard this patch.
application/models/task_model.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -1271,6 +1271,7 @@
 block discarded – undo
1271 1271
 	 * Add Reminder
1272 1272
 	 *
1273 1273
 	 * Adds reminder to the database
1274
+	 * @param integer $reminder_time
1274 1275
 	 */
1275 1276
 	private function _add_reminder($task_id, $reminder_time)
1276 1277
 	{
Please login to merge, or discard this patch.