Showing 3 of 137 total issues

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

    protected function addFilter(Builder $query, string $field, string $operator, $value, ?string $join = 'and')
Severity: Minor
Found in src/Http/Traits/Filterable.php - About 35 mins to fix

    Avoid too many return statements within this method.
    Open

                default: return '=';
    Severity: Major
    Found in src/Http/Traits/Filterable.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  case 'le': return '<=';
      Severity: Major
      Found in src/Http/Traits/Filterable.php - About 30 mins to fix
        Severity
        Category
        Status
        Source
        Language