educach/dsb-client

View on GitHub
src/Educa/DSB/Client/ApiClient/ClientInterface.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method loadPartnerStatistics has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function loadPartnerStatistics($partnerId, $from, $to, $aggregationMethod = 'day', $lomId = null, $limit = null, $offset = null);
Severity: Major
Found in src/Educa/DSB/Client/ApiClient/ClientInterface.php - About 50 mins to fix

    Method search has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            $query = '',
            array $useFacets = array(),
            array $filters = array(),
            array $additionalFields = array(),
            $offset = 0,
    Severity: Major
    Found in src/Educa/DSB/Client/ApiClient/ClientInterface.php - About 50 mins to fix

      Method getPartnerStatistics has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function getPartnerStatistics($partnerId, $from, $to, $aggregationMethod = 'day', $lomId = null, $limit = null, $offset = null);
      Severity: Major
      Found in src/Educa/DSB/Client/ApiClient/ClientInterface.php - About 50 mins to fix

        There are no issues that match your filters.

        Category
        Status