Covivo/mobicoop

View on GitHub
api/src/Communication/Entity/Notified.php

Summary

Maintainability
A
3 hrs
Test Coverage

Notified has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

class Notified
{
    public const STATUS_SENT = 1;
    public const STATUS_RECEIVED = 2;
    public const STATUS_READ = 3;
Severity: Minor
Found in api/src/Communication/Entity/Notified.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status