Covivo/mobicoop

View on GitHub
api/src/Payment/Ressource/BankAccount.php

Summary

Maintainability
A
3 hrs
Test Coverage

BankAccount has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

class BankAccount
{
    public const STATUS_INACTIVE = 0;
    public const STATUS_ACTIVE = 1;

Severity: Minor
Found in api/src/Payment/Ressource/BankAccount.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status