BookStackApp/BookStack

View on GitHub
app/Users/Models/User.php

Summary

Maintainability
A
3 hrs
Test Coverage

User has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

class User extends Model implements AuthenticatableContract, CanResetPasswordContract, Loggable, Sluggable
{
    use HasFactory;
    use Authenticatable;
    use CanResetPassword;
Severity: Minor
Found in app/Users/Models/User.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status