repo/includes/Specials/SpecialWikibaseQueryPage.php
Method showQuery
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function showQuery( array $query = [], $subPage = false ) {
$paging = false;
$out = $this->getOutput();
if ( $this->limit == 0 && $this->offset == 0 ) {