wikimedia/mediawiki-core

View on GitHub
includes/installer/WebInstallerPage.php

Summary

Maintainability
A
1 hr
Test Coverage

Method endForm has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function endForm( $continue = 'continue', $back = 'back' ) {
        $s = "<div class=\"config-submit\">\n";
        $id = $this->getId();

        if ( $id === false ) {
Severity: Minor
Found in includes/installer/WebInstallerPage.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status