Covivo/mobicoop

View on GitHub
client/src/MobicoopBundle/RelayPoint/Entity/RelayPoint.php

Summary

Maintainability
C
7 hrs
Test Coverage

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

class RelayPoint implements ResourceInterface, \JsonSerializable
{
    const STATUS_PENDING = 0;
    const STATUS_ACTIVE = 1;
    const STATUS_INACTIVE = 2;
Severity: Major
Found in client/src/MobicoopBundle/RelayPoint/Entity/RelayPoint.php - About 7 hrs to fix

    There are no issues that match your filters.

    Category
    Status