wikimedia/mediawiki-core

View on GitHub
includes/installer/SqliteUpdater.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

    protected function getCoreUpdateList() {
        return [
            // 1.36
            [ 'modifyField', 'content', 'content_id', 'patch-content-content_id-fix_not_null.sql' ],
            [ 'modifyField', 'redirect', 'rd_title', 'patch-redirect-rd_title-varbinary.sql' ],
Severity: Major
Found in includes/installer/SqliteUpdater.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status