Covivo/mobicoop

View on GitHub
api/src/CarpoolStandard/Entity/Booking.php

Summary

Maintainability
B
5 hrs
Test Coverage

Booking has 41 functions (exceeds 20 allowed). Consider refactoring.
Open

class Booking
{
    public const DEFAULT_ID = 999999999999;
    public const INITIATED = 'INITIATED';
    public const WAITING_PASSENGER_CONFIRMATION = 'WAITING_PASSENGER_CONFIRMATION';
Severity: Minor
Found in api/src/CarpoolStandard/Entity/Booking.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status