phossa2/query

View on GitHub
src/Query/Traits/Clause/WhereTrait.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,
        /*# string */ $logicAnd = 'AND',
        /*# string */ $whereNot = '',
Severity: Major
Found in src/Query/Traits/Clause/WhereTrait.php - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status