Skip to content

Commit

Permalink
Update Socialite.php (#701)
Browse files Browse the repository at this point in the history
Added scopes, setScopes, getScopes and redirectUrl method signatures to PHPDoc (#647)
  • Loading branch information
adic3x authored Apr 26, 2024
1 parent 24cb657 commit cab7546
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Facades/Socialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
* @method static \Laravel\Socialite\Contracts\Provider driver(string $driver = null)
* @method static \Laravel\Socialite\Two\AbstractProvider buildProvider($provider, $config)
*
* @method array getScopes()
* @method \Laravel\Socialite\Contracts\Provider scopes(array|string $scopes)
* @method \Laravel\Socialite\Contracts\Provider setScopes(array|string $scopes)
* @method \Laravel\Socialite\Contracts\Provider redirectUrl(string $url)
*
* @see \Laravel\Socialite\SocialiteManager
*/
class Socialite extends Facade
Expand Down

0 comments on commit cab7546

Please sign in to comment.