|
|
@@ -628,7 +628,6 @@ class Client implements ClientInterface
|
|
|
$headers['Content-Type'] = 'application/x-www-form-urlencoded';
|
|
|
}
|
|
|
|
|
|
- /** @phpstan-ignore-next-line */
|
|
|
$request = new Request($url, $method, $headers, $data);
|
|
|
$request = $request->withProtocolVersion($this->getConfig('protocolVersion'));
|
|
|
$cookies = $options['cookies'] ?? [];
|