Skip to content

chore: upgrade to Laravel 11 #147

chore: upgrade to Laravel 11

chore: upgrade to Laravel 11 #147

Triggered via pull request March 27, 2024 07:16
@asbiinasbiin
synchronize #73
laravel-11
Status Failure
Total duration 45s
Artifacts

static_analysis.yml

on: pull_request
Static analysis  /  Psalm
36s
Static analysis / Psalm
Static analysis  /  PHPStan
34s
Static analysis / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

16 errors
Static analysis / PHPStan: app/Http/Controllers/Auth/AuthenticatedSessionController.php#L32
Access to constant HOME on an unknown class App\Providers\RouteServiceProvider.
Static analysis / PHPStan: app/Http/Controllers/Auth/ConfirmablePasswordController.php#L39
Access to constant HOME on an unknown class App\Providers\RouteServiceProvider.
Static analysis / PHPStan: app/Http/Controllers/Auth/EmailVerificationNotificationController.php#L18
Access to constant HOME on an unknown class App\Providers\RouteServiceProvider.
Static analysis / PHPStan: app/Http/Controllers/Auth/EmailVerificationPromptController.php#L19
Access to constant HOME on an unknown class App\Providers\RouteServiceProvider.
Static analysis / PHPStan: app/Http/Controllers/Auth/RegisteredUserController.php#L55
Access to constant HOME on an unknown class App\Providers\RouteServiceProvider.
Static analysis / PHPStan: app/Http/Middleware/RedirectIfAuthenticated.php#L24
Access to constant HOME on an unknown class App\Providers\RouteServiceProvider.
Static analysis / PHPStan
Process completed with exit code 1.
UndefinedClass: app/Http/Controllers/Auth/AuthenticatedSessionController.php#L32
app/Http/Controllers/Auth/AuthenticatedSessionController.php:32:37: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
UndefinedClass: app/Http/Controllers/Auth/ConfirmablePasswordController.php#L39
app/Http/Controllers/Auth/ConfirmablePasswordController.php:39:37: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
UndefinedClass: app/Http/Controllers/Auth/EmailVerificationNotificationController.php#L18
app/Http/Controllers/Auth/EmailVerificationNotificationController.php:18:41: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
UndefinedClass: app/Http/Controllers/Auth/EmailVerificationPromptController.php#L19
app/Http/Controllers/Auth/EmailVerificationPromptController.php:19:44: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
UndefinedClass: app/Http/Controllers/Auth/RegisteredUserController.php#L55
app/Http/Controllers/Auth/RegisteredUserController.php:55:25: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
UndefinedClass: app/Http/Controllers/Auth/VerifyEmailController.php#L19
app/Http/Controllers/Auth/VerifyEmailController.php:19:41: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
UndefinedClass: app/Http/Controllers/Auth/VerifyEmailController.php#L26
app/Http/Controllers/Auth/VerifyEmailController.php:26:37: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
UndefinedClass: app/Http/Middleware/RedirectIfAuthenticated.php#L24
app/Http/Middleware/RedirectIfAuthenticated.php:24:33: UndefinedClass: Class, interface or enum named App\Providers\RouteServiceProvider does not exist (see https://psalm.dev/019)
Static analysis / Psalm
Process completed with exit code 2.