src/Request/HttpClient.php
Method computeGuzzleOptions
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function computeGuzzleOptions(ParsedRequest $request): array
{
$options = [];
$options[RequestOptions::ALLOW_REDIRECTS] = false;
$options[RequestOptions::CONNECT_TIMEOUT] = 30;