From 487d162153f908ace91e939f136f7d78b7dfdc00 Mon Sep 17 00:00:00 2001 From: Rodrigo Pedra Brum Date: Thu, 23 Oct 2025 14:57:16 -0300 Subject: [PATCH] Remove return void from Http\Client\Batch's constructor --- src/Illuminate/Http/Client/Batch.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Illuminate/Http/Client/Batch.php b/src/Illuminate/Http/Client/Batch.php index 8c4bb792eb51..05eacb59615a 100644 --- a/src/Illuminate/Http/Client/Batch.php +++ b/src/Illuminate/Http/Client/Batch.php @@ -116,8 +116,6 @@ class Batch /** * Create a new request batch instance. - * - * @return void */ public function __construct(?Factory $factory = null) {