We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a19bea commit b1c0b30Copy full SHA for b1c0b30
src/Illuminate/Http/Client/Batch.php
@@ -258,7 +258,7 @@ public function send(): array
258
259
return $result;
260
},
261
- 'rejected' => function ($reason, $key) use ($catchCallback) {
+ 'rejected' => function ($reason, $key) {
262
$this->decrementPendingRequests();
263
264
if ($reason instanceof RequestException) {
0 commit comments