wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/maintenance/rebuildPropertyTerms.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function execute() {
        if ( !ExtensionRegistry::getInstance()->isLoaded( 'WikibaseRepository' ) ) {
            $this->fatalError(
                "You need to have Wikibase enabled in order to use this "
                . "maintenance script!\n\n",
Severity: Minor
Found in repo/maintenance/rebuildPropertyTerms.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status