thomas-kl1/php-combine-conditions

View on GitHub
src/Operator/OperatorPool.php

Summary

Maintainability
A
1 hr
Test Coverage

Method defaultOperators has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function defaultOperators(): array
    {
        return [
            OperatorType::Comparator->value => [
                EmptyOperator::CODE => EmptyOperator::class,
Severity: Minor
Found in src/Operator/OperatorPool.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status