Covivo/mobicoop

View on GitHub
api/src/User/Entity/IdentityProof.php

Summary

Maintainability
B
4 hrs
Test Coverage

IdentityProof has 33 functions (exceeds 20 allowed). Consider refactoring.
Open

class IdentityProof
{
    public const STATUS_NONE = 0;
    public const STATUS_PENDING = 1;
    public const STATUS_ACCEPTED = 2;
Severity: Minor
Found in api/src/User/Entity/IdentityProof.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status