Covivo/mobicoop

View on GitHub
client/src/MobicoopBundle/Payment/Entity/BankAccount.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

class BankAccount implements ResourceInterface, \JsonSerializable
{
    public const STATUS_INACTIVE = 0;
    public const STATUS_ACTIVE = 1;

Severity: Minor
Found in client/src/MobicoopBundle/Payment/Entity/BankAccount.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status