Completed
Pull Request — master (#26)
by Daniel
17:18 queued 14:17
created
services/user_data.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 	}
65 65
 
66 66
 	/**
67
-	 * @param array $user_ids
67
+	 * @param integer[] $user_ids
68 68
 	 * @param string $sql_where
69 69
 	 * @return array
70 70
 	 */
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	/**
85 85
 	 * @param string $sql_where
86 86
 	 * @param string $order_by
87
-	 * @param int|bool $limit
87
+	 * @param integer $limit
88 88
 	 * @return array|false
89 89
 	 */
90 90
 	public function query($sql_where = '', $order_by = '', $limit = false)
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
 	}
145 145
 
146 146
 	/**
147
-	 * @return array
147
+	 * @return boolean
148 148
 	 */
149 149
 	public function get_profile_fields()
150 150
 	{
@@ -421,7 +421,6 @@  discard block
 block discarded – undo
421 421
 	}
422 422
 
423 423
 	/**
424
-	 * @param array $ids
425 424
 	 * @param string $sql_where
426 425
 	 * @param string $order_by
427 426
 	 * @return string
Please login to merge, or discard this patch.