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 bd4465b commit d19c726Copy full SHA for d19c726
integrations/guzzle.php
@@ -58,7 +58,7 @@ function ($response) use ($log, $type) {
58
59
return $response;
60
},
61
- function ($reason) use ($log) {
+ function ($reason) {
62
return \GuzzleHttp\Promise\rejection_for($reason);
63
}
64
);
0 commit comments