Covivo/mobicoop

View on GitHub
api/src/Event/Entity/Event.php

Summary

Maintainability
C
1 day
Test Coverage

Event has 63 functions (exceeds 20 allowed). Consider refactoring.
Open

class Event
{
    public const STATUS_PENDING = 0;
    public const STATUS_ACTIVE = 1;
    public const STATUS_INACTIVE = 2;
Severity: Major
Found in api/src/Event/Entity/Event.php - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status