sanmai/gmopg

View on GitHub
src/GMO/ImmediatePayment.php

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 2 of 2 total issues

Method execute has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Confirmed

public function execute()
{
$this->checkRequiredVars([
'paymentId',
'amount',
Severity: Minor
Found in src/GMO/ImmediatePayment.php - About 1 hr to fix

    Function execute has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Confirmed

    public function execute()
    {
    $this->checkRequiredVars([
    'paymentId',
    'amount',
    Severity: Minor
    Found in src/GMO/ImmediatePayment.php - About 45 mins to fix
    Category
    Status