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 69f1f12 commit e29cbeeCopy full SHA for e29cbee
src/Proxy.php
@@ -89,9 +89,9 @@ public function to($target)
89
90
$stack = $this->filters;
91
92
- $stack[] = function (RequestInterface $request, ResponseInterface $response, callable $next) use ($target)
+ $stack[] = function (RequestInterface $request, ResponseInterface $response, callable $next)
93
{
94
- $response = $this->adapter->send($request, $target);
+ $response = $this->adapter->send($request);
95
96
return $next($request, $response);
97
};
0 commit comments