Covivo/mobicoop

View on GitHub
client/src/MobicoopBundle/Carpool/Entity/Ad.php

Summary

Maintainability
D
2 days
Test Coverage

Ad has 118 functions (exceeds 20 allowed). Consider refactoring.
Open

class Ad extends GamificationEntity implements ResourceInterface, \JsonSerializable
{
    public const ROLE_DRIVER = 1;
    public const ROLE_PASSENGER = 2;
    public const ROLE_DRIVER_OR_PASSENGER = 3;
Severity: Major
Found in client/src/MobicoopBundle/Carpool/Entity/Ad.php - About 2 days to fix

    There are no issues that match your filters.

    Category
    Status