Test Failed
Push — backup/issues/1132 ( b1d18b )
by Ravinder
05:29
created
includes/payments/backward-compatibility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *                              metadata entries with the specified value.
17 17
  *                              Otherwise, update all entries.
18 18
  *
19
- * @return mixed
19
+ * @return null|boolean
20 20
  */
21 21
 function _give_20_bc_saving_old_payment_meta( $check, $object_id, $meta_key, $meta_value, $prev_value ) {
22 22
 	// Bailout.
Please login to merge, or discard this patch.
includes/class-give-cache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 	 *
91 91
 	 * @param  string $cache_key
92 92
 	 * @param  bool   $custom_key
93
-	 * @param  mixed  $query_args
93
+	 * @param  string  $query_args
94 94
 	 *
95 95
 	 * @return mixed
96 96
 	 */
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
 	 *
206 206
 	 * @param bool  $force If set to true then all cached values will be delete instead of only expired
207 207
 	 *
208
-	 * @return bool
208
+	 * @return false|null
209 209
 	 */
210 210
 	public static function delete_all_expired( $force = false ) {
211 211
 		global $wpdb;
Please login to merge, or discard this patch.