Covivo/mobicoop

View on GitHub
api/src/MassCommunication/Entity/Delivery.php

Summary

Maintainability
A
2 hrs
Test Coverage

Delivery has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class Delivery
{
    public const STATUS_PENDING = 0;
    public const STATUS_SENT = 1;
    public const STATUS_ERROR = 2;
Severity: Minor
Found in api/src/MassCommunication/Entity/Delivery.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status