← All changes
|
inc/libraries/wp-background-process/classes/wp-background-process.php
+2
-2
4.1.6.9
→
4.4.8
View file →
| @@ -65,9 +65,9 @@ | ||
| 65 | 65 | /** |
| 66 | 66 | * Dispatch |
| 67 | 67 | * |
| 68 | 68 | * @access public |
| 69 | - * @return void | |
| 69 | + * @return array|WP_Error | |
| 70 | 70 | */ |
| 71 | 71 | public function dispatch() { |
| 72 | 72 | // Schedule the cron healthcheck. |
| 73 | 73 | $this->schedule_event(); |
| @@ -501,5 +501,5 @@ | ||
| 501 | 501 | * @return mixed |
| 502 | 502 | */ |
| 503 | 503 | abstract protected function task( $item ); |
| 504 | 504 | |
| 505 | -} | |
| 505 | +} | |