BookStackApp/BookStack

View on GitHub
app/Entities/Models/Entity.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

abstract class Entity extends Model implements Sluggable, Favouritable, Viewable, Deletable, Loggable
{
    use SoftDeletes;
    use HasCreatorAndUpdater;
    use HasOwner;
Severity: Minor
Found in app/Entities/Models/Entity.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status