Overzealous rector

This commit is contained in:
David Stone
2025-02-08 15:59:32 -07:00
parent b41dc2b2eb
commit d74f6d1a53

View File

@ -162,7 +162,7 @@ class Async_Calls {
* @param integer $parallel_threads The number of parallel threads to be run. * @param integer $parallel_threads The number of parallel threads to be run.
* @return true|\WP_Error * @return true|\WP_Error
*/ */
public static function run($id, $args, $total, $chunk_size = 10, $parallel_threads = 3): void { public static function run($id, $args, $total, $chunk_size = 10, $parallel_threads = 3) {
$client = self::get_client(); $client = self::get_client();