eveseat/eveapi

View on GitHub
src/Jobs/Middleware/CheckEsiRouteStatus.php

Summary

Maintainability
A
1 hr
Test Coverage

Method handle has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle(EsiBase $job, Closure $next): void
    {
        // bypass control if the class is not related to ESI or is the ESI ping job
        if ($job instanceof Esi) {
            logger()->debug(
Severity: Minor
Found in src/Jobs/Middleware/CheckEsiRouteStatus.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status