Covivo/mobicoop

View on GitHub
api/src/Article/Entity/Article.php

Summary

Maintainability
A
2 hrs
Test Coverage

Article has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class Article
{
    const STATUS_PENDING = 0;
    const STATUS_PUBLISHED = 1;
    const NB_EXTERNAL_ARTICLES_DEFAULT = 3;
Severity: Minor
Found in api/src/Article/Entity/Article.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status