ryanwinchester/hubspot-php

View on GitHub
src/Endpoints/Analytics.php

Summary

Maintainability
A
1 hr
Test Coverage

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

        string $breakdown_by,
        string $time_period,
        string $start,
        string $end,
        array $params = []
Severity: Minor
Found in src/Endpoints/Analytics.php - About 35 mins to fix

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

            string $content_type,
            string $time_period,
            string $start,
            string $end,
            array $params = []
    Severity: Minor
    Found in src/Endpoints/Analytics.php - About 35 mins to fix

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

              string $object_type,
              string $time_period,
              string $start,
              string $end,
              array $params = []
      Severity: Minor
      Found in src/Endpoints/Analytics.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status