lib/ezQueryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Method leftJoin has 6 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

        string $leftTable = null,
        string $rightTable = null,
        string $leftColumn = null,
        string $rightColumn = null,
        string $tableAs = null,
Severity: Minor
Found in lib/ezQueryInterface.php - About 45 mins to fix

    Method rightJoin has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

            string $leftTable = null,
            string $rightTable = null,
            string $leftColumn = null,
            string $rightColumn = null,
            string $tableAs = null,
    Severity: Minor
    Found in lib/ezQueryInterface.php - About 45 mins to fix

      Method innerJoin has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Wontfix

              string $leftTable = null,
              string $rightTable = null,
              string $leftColumn = null,
              string $rightColumn = null,
              string $tableAs = null,
      Severity: Minor
      Found in lib/ezQueryInterface.php - About 45 mins to fix

        Method fullJoin has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Wontfix

                string $leftTable = null,
                string $rightTable = null,
                string $leftColumn = null,
                string $rightColumn = null,
                string $tableAs = null,
        Severity: Minor
        Found in lib/ezQueryInterface.php - About 45 mins to fix

          Method insert_select has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Wontfix

                  string $toTable = null,
                  $toColumns = '*',
                  $fromTable = null,
                  $fromColumns = '*',
                  ...$whereConditions
          Severity: Minor
          Found in lib/ezQueryInterface.php - About 35 mins to fix

            There are no issues that match your filters.

            Category
            Status