Covivo/mobicoop

View on GitHub
api/src/Payment/Entity/CarpoolPayment.php

Summary

Maintainability
B
4 hrs
Test Coverage

CarpoolPayment has 37 functions (exceeds 20 allowed). Consider refactoring.
Open

class CarpoolPayment
{
    public const STATUS_INITIATED = 0;
    public const STATUS_SUCCESS = 1;
    public const STATUS_FAILURE = 2;
Severity: Minor
Found in api/src/Payment/Entity/CarpoolPayment.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status