EscolaLMS/MailerLite

View on GitHub

Showing 1 of 1 total issue

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

    public function boot()
    {
        if (Config::get(SettingsServiceProvider::CONFIG_KEY . '.package_status', PackageStatusEnum::ENABLED) !== PackageStatusEnum::ENABLED) {
            return;
        }
Severity: Minor
Found in src/Providers/EventServiceProvider.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language