suitmedia/suitcoda

View on GitHub
app/Model/Inspection.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

class Inspection extends BaseModel
{
    const STATUS_WAITING = 0;
    const STATUS_ON_PROGRESS = 1;
    const STATUS_COMPLETED = 2;
Severity: Minor
Found in app/Model/Inspection.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status