Skip to content

feat: tried solved test error in the pipeline. #26

feat: tried solved test error in the pipeline.

feat: tried solved test error in the pipeline. #26

Triggered via push September 18, 2024 12:34
Status Failure
Total duration 34s
Billable time 1m
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Controllers/OAuthController.php#L35
Parameter #1 $name of static method Illuminate\Support\Facades\Auth::guard() expects string|null, mixed given.
phpstan: src/Controllers/OAuthController.php#L53
Parameter #1 $name of static method Illuminate\Support\Facades\Auth::guard() expects string|null, mixed given.
phpstan: src/Controllers/OAuthController.php#L86
Parameter #1 $name of static method Illuminate\Support\Facades\Auth::guard() expects string|null, mixed given.
phpstan: src/Controllers/OAuthController.php#L88
Parameter #1 $path of static method Illuminate\Support\Facades\Redirect::to() expects string, mixed given.
phpstan: src/Controllers/OAuthController.php#L90
Parameter #1 $route of static method Illuminate\Support\Facades\Redirect::route() expects BackedEnum|string, mixed given.
phpstan: src/Controllers/OAuthController.php#L97
Parameter #1 $name of static method Illuminate\Support\Facades\Auth::guard() expects string|null, mixed given.
phpstan: src/Controllers/OAuthController.php#L99
Parameter #1 $name of static method Illuminate\Support\Facades\Auth::guard() expects string|null, mixed given.
phpstan: src/Controllers/OAuthController.php#L119
Parameter #1 $name of static method Illuminate\Support\Facades\Auth::guard() expects string|null, mixed given.
phpstan: src/Controllers/OAuthController.php#L121
Parameter #1 $route of static method Illuminate\Support\Facades\Redirect::route() expects BackedEnum|string, mixed given.
phpstan
Process completed with exit code 1.