bookboon/api-php

View on GitHub
src/Client/ClientInterface.php

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Method makeRequest has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $relativeUrl,
        array $variables = [],
        string $httpMethod = self::HTTP_GET,
        bool $shouldCache = true,
        string $contentType = self::CONTENT_TYPE_FORM
Severity: Minor
Found in src/Client/ClientInterface.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status