Ziptastic/ziptastic-php

View on GitHub
src/Client.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status