Covivo/mobicoop

View on GitHub
api/src/Carpool/Entity/CarpoolProof.php

Summary

Maintainability
C
1 day
Test Coverage

CarpoolProof has 60 functions (exceeds 20 allowed). Consider refactoring.
Open

class CarpoolProof
{
    public const STATUS_INITIATED = 0;              // not ready to be sent, proof still under construction
    public const STATUS_PENDING = 1;                // ready to be sent
    public const STATUS_SENT = 2;                   // sent
Severity: Major
Found in api/src/Carpool/Entity/CarpoolProof.php - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status