gdbots/pbjx-php

View on GitHub
src/EventSearch/Elastica/QueryFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

Method applyDateFilters has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function applyDateFilters(Message $request, ParsedQuery $parsedQuery): void
    {
        $required = BoolOperator::REQUIRED;

        $dateFilters = [
Severity: Minor
Found in src/EventSearch/Elastica/QueryFactory.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status