timgws/QueryBuilderParser

View on GitHub
src/QueryBuilderParser/QueryBuilderParser.php

Summary

Maintainability
A
0 mins
Test Coverage

PHP keywords must be lowercase; expected "callable" but found "Callable"
Open

    public function clean($field, Callable $callback = null)

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

        }, $condition);

Line exceeds 120 characters; contains 128 characters
Open

    protected function convertIncomingQBtoQuery(EloquentBuilder|Builder $query, stdClass $rule, $value, $queryCondition = 'AND')

There are no issues that match your filters.

Category
Status