Covivo/mobicoop

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

Summary

Maintainability
C
1 day
Test Coverage

Ask has 64 functions (exceeds 20 allowed). Consider refactoring.
Open

class Ask
{
    public const STATUS_INITIATED = 1;
    public const STATUS_PENDING_AS_DRIVER = 2;
    public const STATUS_PENDING_AS_PASSENGER = 3;
Severity: Major
Found in api/src/Carpool/Entity/Ask.php - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status