Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed not used import
  • Loading branch information
WendellAdriel committed Sep 16, 2025
commit 386a626ad24dadd33064f97e87640b756f5b3e08
1 change: 0 additions & 1 deletion src/Illuminate/Http/Client/Batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Closure;
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Promise\EachPromise;
use GuzzleHttp\Promise\Utils as PromiseUtils;
use GuzzleHttp\Utils;

/**
Expand Down Expand Up @@ -368,7 +367,7 @@

return $result;
},
'rejected' => function ($reason, $key) use (&$results, $catchCallback) {

Check failure on line 370 in src/Illuminate/Http/Client/Batch.php

View workflow job for this annotation

GitHub Actions / Source Code

Anonymous function has an unused use $results.
$this->decrementPendingRequests();

if ($reason instanceof RequestException) {
Expand Down
Loading