wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/maintenance/rebuildPropertyInfo.php

Summary

Maintainability
A
1 hr
Test Coverage

Method doDBUpdates has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function doDBUpdates() {
        if ( !WikibaseSettings::isRepoEnabled() ) {
            $this->output( "You need to have Wikibase enabled in order to use this maintenance script!\n\n" );
            exit;
        }
Severity: Minor
Found in repo/maintenance/rebuildPropertyInfo.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status