wikimedia/mediawiki-core

View on GitHub
maintenance/fixAutoblockLogTitles.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    protected function doDBUpdates() {
        $this->output( "Fixing log entries with log_title starting with 'User:#'\n" );

        $dbr = $this->getReplicaDB();
        $dbw = $this->getPrimaryDB();
Severity: Major
Found in maintenance/fixAutoblockLogTitles.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status