bookboon/api-php

View on GitHub
src/Bookboon.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method create has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $appId,
        string $appSecret,
        array $scopes,
        array $headers = [],
        ?string $appUserId = null,
Severity: Major
Found in src/Bookboon.php - About 1 hr to fix

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

            string $url,
            array $variables = [],
            string $httpMethod = ClientInterface::HTTP_GET,
            bool $shouldCache = true,
            string $classString = Entity::class
    Severity: Minor
    Found in src/Bookboon.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status