Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Sep 9, 2016
1 parent 36f60df commit 36dc008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Provider/Nest.php
Expand Up @@ -40,6 +40,7 @@ public function getBaseAccessTokenUrl(array $params)
* @param AccessToken $token
*
* @return string
*
* @throws Exception\ResourceOwnerException
*/
public function getResourceOwnerDetailsUrl(AccessToken $token)
Expand Down Expand Up @@ -97,6 +98,7 @@ protected function checkResponse(ResponseInterface $response, $data)
* @param object $response
* @param AccessToken $token
* @return League\OAuth2\Client\Provider\ResourceOwnerInterface
*
* @throws Exception\ResourceOwnerException
*/
protected function createResourceOwner(array $response, AccessToken $token)
Expand Down

0 comments on commit 36dc008

Please sign in to comment.