wikimedia/mediawiki-core

View on GitHub
includes/auth/PasswordAuthenticationRequest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getFieldInfo has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getFieldInfo() {
        if ( $this->action === AuthManager::ACTION_REMOVE ) {
            return [];
        }

Severity: Minor
Found in includes/auth/PasswordAuthenticationRequest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status