opsway/zohobooks-api

View on GitHub

Showing 3 of 3 total issues

Api has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

class Api
{
    /**
     * @var string
     */
Severity: Minor
Found in src/Api.php - About 3 hrs to fix

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

        public function __construct($authToken, $email = null, $password = null, ClientInterface $httpClient = null, array $requestOptions = [])
    Severity: Minor
    Found in src/Client.php - About 35 mins to fix

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

          public function put($url, $organizationId, $id, array $data = [], array $params = [])
      Severity: Minor
      Found in src/Client.php - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language