mooxphp/moox

View on GitHub
packages/press/src/Models/WpUser.php

Summary

Maintainability
A
3 hrs
Test Coverage

WpUser has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class WpUser extends Authenticatable implements FilamentUser
{
    use HasFactory, Mutable, Notifiable;

    protected $fillable = [
Severity: Minor
Found in packages/press/src/Models/WpUser.php - About 2 hrs to fix

    Method boot has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected static function boot()
        {
            parent::boot();
    
            static::created(function ($model) {
    Severity: Minor
    Found in packages/press/src/Models/WpUser.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status