ryanwinchester/hubspot-php

View on GitHub
src/Endpoints/HubDB.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method updateTable has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function updateTable($tableId, string $name, array $columns = [], bool $draft = false, bool $published = true, bool $useForPages = false)
Severity: Minor
Found in src/Endpoints/HubDB.php - About 45 mins to fix

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

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

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

          public function updateCell($tableId, $rowId, $cellId, array $values, bool $draft = false)
      Severity: Minor
      Found in src/Endpoints/HubDB.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

          There are no issues that match your filters.

          Category
          Status