@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | * |
| 122 | 122 | * @param string $cache_key |
| 123 | 123 | * @param bool $custom_key |
| 124 | - * @param mixed $query_args |
|
| 124 | + * @param string $query_args |
|
| 125 | 125 | * |
| 126 | 126 | * @return mixed |
| 127 | 127 | */ |
@@ -237,7 +237,7 @@ discard block |
||
| 237 | 237 | * |
| 238 | 238 | * @param bool $force If set to true then all cached values will be delete instead of only expired |
| 239 | 239 | * |
| 240 | - * @return bool |
|
| 240 | + * @return false|null |
|
| 241 | 241 | */ |
| 242 | 242 | public static function delete_all_expired( $force = false ) { |
| 243 | 243 | global $wpdb; |
@@ -669,7 +669,7 @@ discard block |
||
| 669 | 669 | * @since 2.0 |
| 670 | 670 | * @access private |
| 671 | 671 | * |
| 672 | - * @param $group |
|
| 672 | + * @param string $group |
|
| 673 | 673 | * |
| 674 | 674 | * @return mixed |
| 675 | 675 | */ |