PHPixie/Database

View on GitHub
src/PHPixie/Database/Driver/PDO/Query/Type/Select.php

Summary

Maintainability
B
5 hrs
Test Coverage

Select has 36 functions (exceeds 20 allowed). Consider refactoring.
Open

class Select extends \PHPixie\Database\Driver\PDO\Query\Items implements \PHPixie\Database\Type\SQL\Query\Type\Select
{
    public function type()
    {
        return 'select';
Severity: Minor
Found in src/PHPixie/Database/Driver/PDO/Query/Type/Select.php - About 4 hrs to fix

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

        public function addHavingOperatorCondition($logic, $negate, $field, $operator, $values)
    Severity: Minor
    Found in src/PHPixie/Database/Driver/PDO/Query/Type/Select.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status