Completed
Pull Request — master (#68)
by Maria Daniel Deepak
15:54
created
include/Util/helper.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
  *
32 32
  * @since 1.9
33 33
  *
34
- * @param $string $email Email string to be sanitized.
35 34
  *
36 35
  * @return string Sanitized email.
37 36
  */
@@ -63,7 +62,7 @@  discard block
 block discarded – undo
63 62
  *
64 63
  * @since 2.0.0
65 64
  *
66
- * @return array List of Columns to export.
65
+ * @return string[] List of Columns to export.
67 66
  */
68 67
 function get_log_columns_to_export() {
69 68
 
Please login to merge, or discard this patch.
include/Core/DB/TableManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
 	/**
241 241
 	 * Fetch log item by ID.
242 242
 	 *
243
-	 * @param int|array $id Optional. ID or array of IDs of the log item to be retrieved.
243
+	 * @param integer $id Optional. ID or array of IDs of the log item to be retrieved.
244 244
 	 * @return array        Log item(s).
245 245
 	 */
246 246
 	public function fetch_log_item_by_id( $id = 0 ) {
Please login to merge, or discard this patch.