henzeb/query-filter-builder

View on GitHub
src/Filters/Query.php

Summary

Maintainability
A
3 hrs
Test Coverage
A
100%

Query has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

class Query implements QueryFilter
{
    private array $filters = [];

    private array $operators = [
Severity: Minor
Found in src/Filters/Query.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status