Skip to content

Commit

Permalink
Fix docblocks. (overtrue#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyoung authored and overtrue committed Aug 4, 2017
1 parent 6911abb commit fda55f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Providers/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ abstract class AbstractProvider implements ProviderInterface
protected $clientSecret;

/**
* @var \Overtrue\Socialite\AccessToken
* @var \Overtrue\Socialite\AccessTokenInterface
*/
protected $accessToken;

Expand Down Expand Up @@ -246,7 +246,7 @@ public function setAccessToken(AccessTokenInterface $accessToken)
*
* @param string $code
*
* @return \Overtrue\Socialite\AccessToken
* @return \Overtrue\Socialite\AccessTokenInterface
*/
public function getAccessToken($code)
{
Expand Down Expand Up @@ -427,7 +427,7 @@ protected function getTokenFields($code)
*
* @param \Psr\Http\Message\StreamInterface|array $body
*
* @return \Overtrue\Socialite\AccessToken
* @return \Overtrue\Socialite\AccessTokenInterface
*/
protected function parseAccessToken($body)
{
Expand Down

0 comments on commit fda55f0

Please sign in to comment.