emiliopedrollo/laravel-postgres-extended-schema

View on GitHub
src/Pedrollo/Database/Query/Builder.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function joinLateralSub($query, $as, $first, $operator = null, $second = null, $type = 'inner', $where = false)
Severity: Major
Found in src/Pedrollo/Database/Query/Builder.php - About 50 mins to fix

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

        public function joinLateral($table, $first, $operator = null, $second = null, $type = 'inner', $where = false)
    Severity: Minor
    Found in src/Pedrollo/Database/Query/Builder.php - About 45 mins to fix

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

          public function rightLateralJoinSub($query, $as, $first, $operator = null, $second = null)
      Severity: Minor
      Found in src/Pedrollo/Database/Query/Builder.php - About 35 mins to fix

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

            public function leftLateralJoinSub($query, $as, $first, $operator = null, $second = null)
        Severity: Minor
        Found in src/Pedrollo/Database/Query/Builder.php - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status