feat: tried solved test error in the pipeline. #26
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.
|