Skip to content

Commit e2f52f8

Browse files
chore(deps): bump php-http/message from 1.8.0 to 1.9.0 (#45)
* chore(deps): bump php-http/message from 1.8.0 to 1.9.0 Bumps [php-http/message](https://github.com/php-http/message) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/php-http/message/releases) - [Changelog](https://github.com/php-http/message/blob/master/CHANGELOG.md) - [Commits](php-http/message@1.8.0...1.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Apply fixes from StyleCI (#53) Co-authored-by: Gregor Becker <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Gregor Becker <[email protected]> Co-authored-by: Gregor Becker <[email protected]>
1 parent 4886656 commit e2f52f8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

composer.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)