Showing 1 of 1 total issue
Method defaultOperators
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function defaultOperators(): array
{
return [
OperatorType::Comparator->value => [
EmptyOperator::CODE => EmptyOperator::class,