wikimedia/mediawiki-extensions-Translate

View on GitHub
scripts/migrate-schema2.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function execute() {
        $dbw = $this->getDB( DB_PRIMARY );

        if ( !$dbw->tableExists( 'revtag', __METHOD__ ) ) {
            $this->fatalError( "Table revtag doesn't exist. Translate extension is not installed?" );
Severity: Minor
Found in scripts/migrate-schema2.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status