wikimedia/mediawiki-core

View on GitHub
includes/libs/HttpStatus.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public static function getMessage( $code ) {
        static $statusMessage = [
            100 => 'Continue',
            101 => 'Switching Protocols',
            102 => 'Processing',
Severity: Major
Found in includes/libs/HttpStatus.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status