wikimedia/mediawiki-extensions-DonationInterface

View on GitHub
gateway_common/EndowmentHooks.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static function onBeforePageDisplay( $outputPage, $skin ) {
        if ( self::isEndowment() ) {
            // FIXME: need to keep generated CSS in sync with
            // @see ResourceLoaderSkinModule::getStyles
            // html body is prepended to give us more-specific selectors
Severity: Minor
Found in gateway_common/EndowmentHooks.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status