@@ -523,7 +523,7 @@ |
||
| 523 | 523 | * @since 1.7 |
| 524 | 524 | * @access public |
| 525 | 525 | * |
| 526 | - * @return bool |
|
| 526 | + * @return false|null |
|
| 527 | 527 | */ |
| 528 | 528 | public function delete_cache() { |
| 529 | 529 | // Add log related keys to delete. |
@@ -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; |