Closed adic3x closed 1 year ago
Please see the contribution docs about docblocks and send in a PR if you want. Thanks
I also have this issue. I get that this is not critical and it's totally fine not to fix it but why close the issue?
When the issue is left open:
if possible please reopen this as it is not solved.
Socialite Version
5.8.0
Laravel Version
10.*
PHP Version
8.2.*
Database Driver & Version
No response
Description
Example from documentation (https://laravel.com/docs/10.x/socialite#access-scopes)
scopes
highlighted as non-existent method because it not declared insocialite\src\Facades\Socialite.php
https://github.com/laravel/socialite/blob/5.x/src/Facades/Socialite.php (at least in VS Code).As I understand
scopes
,setScopes
,getScopes
andredirectUrl
must be declared in PHPDoc.Steps To Reproduce
Open IDE and paste code.