wikimedia/mediawiki-core

View on GitHub
includes/skins/components/SkinComponentSearch.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getTemplateData has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getTemplateData(): array {
        // Optimization: Generate once.
        if ( $this->cachedData ) {
            return $this->cachedData;
        }
Severity: Major
Found in includes/skins/components/SkinComponentSearch.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status