Covivo/mobicoop

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

Summary

Maintainability
C
1 day
Test Coverage

RelayPoint has 71 functions (exceeds 20 allowed). Consider refactoring.
Open

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

    There are no issues that match your filters.

    Category
    Status