wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/includes/Specials/SpecialWikibaseQueryPage.php

Summary

Maintainability
A
1 hr
Test Coverage

Method showQuery has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function showQuery( array $query = [], $subPage = false ) {
        $paging = false;
        $out = $this->getOutput();

        if ( $this->limit == 0 && $this->offset == 0 ) {
Severity: Minor
Found in repo/includes/Specials/SpecialWikibaseQueryPage.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status