gabrielbull/php-waredesk-api

View on GitHub
src/Controller.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function doFetch(string $path, string $orderBy = null, string $order = self::ORDER_BY_ASC, int $limit = null, callable $mappingFunction)
Severity: Minor
Found in src/Controller.php - About 35 mins to fix

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

        protected function doFindOneBy(string $path, array $criteria, string $orderBy = null, string $order = self::ORDER_BY_ASC, callable $mappingFunction)
    Severity: Minor
    Found in src/Controller.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status