Covivo/mobicoop

View on GitHub
api/src/Community/Entity/CommunityUser.php

Summary

Maintainability
B
4 hrs
Test Coverage

CommunityUser has 34 functions (exceeds 20 allowed). Consider refactoring.
Open

class CommunityUser
{
    public const STATUS_PENDING = 0;
    public const STATUS_ACCEPTED_AS_MEMBER = 1;
    public const STATUS_ACCEPTED_AS_MODERATOR = 2;
Severity: Minor
Found in api/src/Community/Entity/CommunityUser.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status