| @@ -370,9 +370,9 @@ | ||
| 370 | 370 | * @param string $command |
| 371 | 371 | * @param array $args |
| 372 | 372 | * @param string $method |
| 373 | 373 | * |
| 374 | - * @return array processed result | |
| 374 | + * @return array|false processed result | |
| 375 | 375 | */ |
| 376 | 376 | public function run( $command, $args = [], $method = 'GET' ) { |
| 377 | 377 | $key = crc32( $command . '-' . wp_json_encode( $args ) . '-' . $method ); |
| 378 | 378 | $cache = $this->get_cache( $key ); |