Skip to content

Commit 5a81abb

Browse files
authored
Remove return void from Http\Client\Batch's constructor (#57518)
1 parent d42d6a6 commit 5a81abb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Illuminate/Http/Client/Batch.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ class Batch
116116

117117
/**
118118
* Create a new request batch instance.
119-
*
120-
* @return void
121119
*/
122120
public function __construct(?Factory $factory = null)
123121
{

0 commit comments

Comments
 (0)