eveseat/eveapi

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function handle(EsiBase $job, Closure $next): void
    {
        // in case the job does not require specific scopes - forward
        if ($job->getScope() == '') {
            logger()->debug(
Severity: Minor
Found in src/Jobs/Middleware/CheckTokenScope.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status