ryanwinchester/hubspot-php

View on GitHub

Showing 23 of 23 total issues

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

        $hubId,
        $eventId,
        $contactEmail = null,
        $contactRevenue = null,
        $contactProperties = []
Severity: Minor
Found in src/Endpoints/Events.php - About 35 mins to fix

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

        public function addRow($tableId, array $values, bool $draft = false, string $name = null, string $path = null)
    Severity: Minor
    Found in src/Endpoints/HubDB.php - About 35 mins to fix

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

              $appId,
              $name,
              $headerTemplate = null,
              $detailTemplate = null,
              $objectType = null
      Severity: Minor
      Found in src/Endpoints/Timeline.php - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language