phossa2/query

View on GitHub
src/Query/Traits/Clause/HavingTrait.php

Summary

Maintainability
A
50 mins
Test Coverage

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

        $col,
        $operator = WhereInterface::NO_OPERATOR,
        $value = WhereInterface::NO_VALUE,
        /*# bool */ $logicAnd = true,
        /*# bool */ $whereNot = false,
Severity: Major
Found in src/Query/Traits/Clause/HavingTrait.php - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status