Covivo/mobicoop

View on GitHub
client/src/MobicoopBundle/Community/Entity/CommunityUser.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

class CommunityUser extends GamificationEntity implements ResourceInterface, \JsonSerializable
{
    const STATUS_PENDING = 0;
    const STATUS_ACCEPTED_AS_MEMBER = 1;
    const STATUS_ACCEPTED_AS_MODERATOR = 2;
Severity: Minor
Found in client/src/MobicoopBundle/Community/Entity/CommunityUser.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status