brandon14/brand0n.gg

View on GitHub
app/Http/Kernel.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to constant class from undeclared class \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth
Open

        'auth.basic' => AuthenticateWithBasicAuth::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse
Open

            AddQueuedCookiesToResponse::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Session\Middleware\StartSession
Open

            StartSession::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull
Open

        ConvertEmptyStringsToNull::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Class extends undeclared class \Illuminate\Foundation\Http\Kernel (Did you mean class \App\Console\Kernel or class \App\Http\Kernel)
Open

class Kernel extends HttpKernel
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Routing\Middleware\SubstituteBindings
Open

            SubstituteBindings::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Possibly zero references to use statement for classlike/namespace AddRequestId (\App\Http\Middleware\AddRequestId)
Open

use App\Http\Middleware\AddRequestId;
Severity: Minor
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Foundation\Http\Middleware\ValidatePostSize
Open

        ValidatePostSize::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Auth\Middleware\EnsureEmailIsVerified
Open

        'verified' => EnsureEmailIsVerified::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Http\Middleware\SetCacheHeaders
Open

        'cache.headers' => SetCacheHeaders::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\View\Middleware\ShareErrorsFromSession
Open

            ShareErrorsFromSession::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Auth\Middleware\Authorize
Open

        'can' => Authorize::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Routing\Middleware\ValidateSignature
Open

        'signed' => ValidateSignature::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Fruitcake\Cors\HandleCors
Open

        HandleCors::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Routing\Middleware\SubstituteBindings
Open

            SubstituteBindings::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Routing\Middleware\ThrottleRequests
Open

        'throttle' => ThrottleRequests::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

Reference to constant class from undeclared class \Illuminate\Auth\Middleware\RequirePassword
Open

        'password.confirm' => RequirePassword::class,
Severity: Critical
Found in app/Http/Kernel.php by phan

There are no issues that match your filters.

Category
Status