wikimedia/mediawiki-extensions-CirrusSearch

View on GitHub
includes/ExplainPrinter.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function format( array $queryResult ) {
        $result = [];
        if ( isset( $queryResult['result']['hits']['hits'] ) ) {
            $queryResult = [ $queryResult ];
        }
Severity: Minor
Found in includes/ExplainPrinter.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status