EscolaLMS/Files

View on GitHub
src/Providers/EventServiceProvider.php

Summary

Maintainability
A
1 hr
Test Coverage
F
41%

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

    public function boot()
    {
        Event::listen(AccountConfirmed::class, function (AccountConfirmed $event) {
            /**
             * >>> event(new EscolaLms\Auth\Events\AccountConfirmed(App\Models\User::find(9)));
Severity: Minor
Found in src/Providers/EventServiceProvider.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status