brokeyourbike/fidelity-bank-api-client-php

View on GitHub
src/Client.php

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Method sendTransaction has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function sendTransaction(TransactionInterface $transaction): TransactionResponse
    {
        $sender = $transaction->getSender();
        $recipient = $transaction->getRecipient();

Severity: Minor
Found in src/Client.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status