Skip to content

Commit b1c0b30

Browse files
committed
Apply fixes from StyleCI
1 parent 7a19bea commit b1c0b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Client/Batch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function send(): array
258258

259259
return $result;
260260
},
261-
'rejected' => function ($reason, $key) use ($catchCallback) {
261+
'rejected' => function ($reason, $key) {
262262
$this->decrementPendingRequests();
263263

264264
if ($reason instanceof RequestException) {

0 commit comments

Comments
 (0)