Covivo/mobicoop

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

Summary

Maintainability
A
3 hrs
Test Coverage

SolidaryUserStructure has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

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

    There are no issues that match your filters.

    Category
    Status