Ziptastic/ziptastic-php

View on GitHub

Showing 1 of 1 total issue

Method request has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function request(string $url): array
    {
        try {
            $res = $this->http->sendRequest(
                $this->messageFactory->createRequest('GET', $url, [
Severity: Minor
Found in src/Client.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language