wikimedia/mediawiki-extensions-DonationInterface

View on GitHub
gateway_common/donation.api.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getAllowedParams has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getAllowedParams() {
        return [
            'gateway' => $this->defineParam( true ),
            'contact_id' => $this->defineParam( false ),
            'contact_hash' => $this->defineParam( false ),
Severity: Minor
Found in gateway_common/donation.api.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status