wikimedia/mediawiki-extensions-DonationInterface

View on GitHub
gateway_common/ResultPages.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getThankYouPage has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function getThankYouPage( GatewayType $adapter, $extraParams = [] ) {
        $page = $adapter::getGlobal( "ThankYouPage" );
        if ( $page ) {
            $page = self::appendLanguageAndMakeURL(
                $page,
Severity: Minor
Found in gateway_common/ResultPages.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status