@@ -31,7 +31,6 @@ discard block |
||
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 |
||
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 |
@@ -240,7 +240,7 @@ |
||
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 ) { |