Covivo/mobicoop

View on GitHub
api/src/Gamification/Entity/Badge.php

Summary

Maintainability
B
5 hrs
Test Coverage

Badge has 40 functions (exceeds 20 allowed). Consider refactoring.
Open

class Badge
{
    const STATUS_DRAFT = 0;
    const STATUS_ACTIVE = 1;
    const STATUS_INACTIVE = 2;
Severity: Minor
Found in api/src/Gamification/Entity/Badge.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status