hendrikmaus/spas

View on GitHub
src/Request/HttpClient.php

Summary

Maintainability
A
1 hr
Test Coverage

Method computeGuzzleOptions has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function computeGuzzleOptions(ParsedRequest $request): array
    {
        $options                                  = [];
        $options[RequestOptions::ALLOW_REDIRECTS] = false;
        $options[RequestOptions::CONNECT_TIMEOUT] = 30;
Severity: Minor
Found in src/Request/HttpClient.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status