wikimedia/mediawiki-core

View on GitHub
includes/Html/HtmlHelper.php

Summary

Maintainability
A
1 hr
Test Coverage

Method modifyElements has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function modifyElements(
        string $htmlFragment,
        callable $shouldModifyCallback,
        callable $modifyCallback,
        bool $html5format = true
Severity: Minor
Found in includes/Html/HtmlHelper.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status