Skip to content

Commit

Permalink
Update facade PHPDoc (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre authored Feb 5, 2025
1 parent c746579 commit 8e3f0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Facades/Socialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

/**
* @method static \Laravel\Socialite\Contracts\Provider driver(string $driver = null)
* @method static \Laravel\Socialite\Two\AbstractProvider buildProvider($provider, $config)
* @method static \Laravel\Socialite\Two\AbstractProvider buildProvider(string $provider, array $config)
* @method static \Laravel\Socialite\SocialiteManager extend(string $driver, \Closure $callback)
* @method array getScopes()
* @method \Laravel\Socialite\Contracts\Provider scopes(array|string $scopes)
* @method \Laravel\Socialite\Contracts\Provider setScopes(array|string $scopes)
Expand Down

0 comments on commit 8e3f0d3

Please sign in to comment.