Covivo/mobicoop

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

Summary

Maintainability
C
1 day
Test Coverage

Campaign has 58 functions (exceeds 20 allowed). Consider refactoring.
Open

class Campaign
{
    public const STATUS_PENDING = 0;   // when the campaign has not been tested yet
    public const STATUS_CREATED = 1;   // when the campaign has been successfully tested
    public const STATUS_SENT = 2;      // when the campaign was sent
Severity: Major
Found in api/src/MassCommunication/Entity/Campaign.php - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status