Skip to content

Commit d19c726

Browse files
committed
ICL: Unnecessary use removed.
1 parent bd4465b commit d19c726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/guzzle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function ($response) use ($log, $type) {
5858

5959
return $response;
6060
},
61-
function ($reason) use ($log) {
61+
function ($reason) {
6262
return \GuzzleHttp\Promise\rejection_for($reason);
6363
}
6464
);

0 commit comments

Comments
 (0)