wikimedia/mediawiki-core

View on GitHub
includes/installer/MysqlUpdater.php

Summary

Maintainability
B
4 hrs
Test Coverage

Method getCoreUpdateList has 117 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function getCoreUpdateList() {
        return [
            // 1.36
            [ 'modifyField', 'redirect', 'rd_title', 'patch-redirect-rd_title-varbinary.sql' ],
            [ 'modifyField', 'pagelinks', 'pl_title', 'patch-pagelinks-pl_title-varbinary.sql' ],
Severity: Major
Found in includes/installer/MysqlUpdater.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status