Covivo/mobicoop

View on GitHub
api/src/Solidary/Entity/SolidaryAsk.php

Summary

Maintainability
A
2 hrs
Test Coverage

SolidaryAsk has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

class SolidaryAsk
{
    const STATUS_ASKED = 0;
    const STATUS_REFUSED = 1;
    const STATUS_PENDING = 2;
Severity: Minor
Found in api/src/Solidary/Entity/SolidaryAsk.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status