Skip to content

Commit 3b8d900

Browse files
authored
Apply fixes from StyleCI (#53)
Co-authored-by: Gregor Becker <[email protected]>
1 parent 33cda1e commit 3b8d900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public function buildRecorderHandler()
461461
return function ($request, $options) use ($handler) {
462462
$promise = $handler($this->runBeforeSendingCallbacks($request, $options), $options);
463463

464-
return $promise->then(function ($response) use ($request, $options) {
464+
return $promise->then(function ($response) use ($request) {
465465
optional($this->factory)->recordRequestResponsePair(
466466
(new Request($request)),
467467
new Response($response)

0 commit comments

Comments
 (0)