From d74f6d1a5392580013c702855bb4b12e1a554260 Mon Sep 17 00:00:00 2001 From: David Stone Date: Sat, 8 Feb 2025 15:59:32 -0700 Subject: [PATCH] Overzealous rector --- inc/class-async-calls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class-async-calls.php b/inc/class-async-calls.php index 2c5de4c..af15055 100644 --- a/inc/class-async-calls.php +++ b/inc/class-async-calls.php @@ -162,7 +162,7 @@ class Async_Calls { * @param integer $parallel_threads The number of parallel threads to be run. * @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();