jpcercal/resource-query-language

View on GitHub
src/Parser/AbstractParser.php

Summary

Maintainability
A
1 hr
Test Coverage

Method process has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function process(ExprBuilder $builder, $field, $expression, $value)
    {
        if (!Expr::isValidExpression($expression)) {
            throw new ParserException(sprintf(
                'The expression "%s" is not allowed or not exists.',
Severity: Minor
Found in src/Parser/AbstractParser.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status