Using Larastan for static code analysis, the following error always appears.
I've tried a few things but I couldn't get around it, except asking PHPStan to ignore these lines.
Line Traits/SocialiteProviders/StravaSocialiteProvider.php (in context of class
App\Http\Controllers\Auth\LoginController)
------ --------------------------------------------------------------------------------
18 Call to an undefined method Laravel\Socialite\Contracts\Provider::setScopes().
26 Call to an undefined method Laravel\Socialite\Contracts\Provider::stateless().
Hello,
Using Larastan for static code analysis, the following error always appears.
I've tried a few things but I couldn't get around it, except asking PHPStan to ignore these lines.