src/PHPixie/ORM/Planners/Planner/In.php

Summary

Maintainability
B
4 hrs
Test Coverage

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

    public function databaseModelQuery($query, $queryField, $modelQuery, $modelQueryField, $plan, $logic = 'and', $negate = false)
Severity: Major
Found in src/PHPixie/ORM/Planners/Planner/In.php - About 50 mins to fix

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

        public function itemIds($query, $queryField, $repository, $items, $plan, $logic = 'and', $negate = false)
    Severity: Major
    Found in src/PHPixie/ORM/Planners/Planner/In.php - About 50 mins to fix

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

          public function subquery($query, $queryField, $subquery, $subqueryField, $plan, $logic = 'and', $negate = false)
      Severity: Major
      Found in src/PHPixie/ORM/Planners/Planner/In.php - About 50 mins to fix

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

            public function result($query, $queryField, $reusableResult, $resultField, $plan, $logic = 'and', $negate = false)
        Severity: Major
        Found in src/PHPixie/ORM/Planners/Planner/In.php - About 50 mins to fix

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

              public function items($query, $modelName, $items, $plan, $logic = 'and', $negate = false)
          Severity: Minor
          Found in src/PHPixie/ORM/Planners/Planner/In.php - About 45 mins to fix

            There are no issues that match your filters.

            Category
            Status