@@ -16,7 +16,7 @@ |
||
| 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. |
@@ -90,7 +90,7 @@ discard block |
||
| 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 |
||
| 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; |