wikimedia/mediawiki-core

View on GitHub
includes/actions/RevertAction.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getFormFields has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function getFormFields() {
        $timestamp = $this->oldFile->getTimestamp();

        $user = $this->getUser();
        $lang = $this->getLanguage();
Severity: Minor
Found in includes/actions/RevertAction.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status