Skip to content

Commit

Permalink
Change to getBaseAuthorizationUrl docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishemmings committed Mar 6, 2016
1 parent 2f421e2 commit b022e0b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Provider/Drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function getBaseUrl()
{
return $this->baseUrl;
}

/**
* Get provider url to run authorization
*
Expand All @@ -31,10 +31,9 @@ public function getBaseAuthorizationUrl()
}

/**
* Get provider url to fetch token
*
* @param AccessToken $token
* Returns the base URL for requesting an access token.
*
* @param array $params
* @return string
*/
public function getBaseAccessTokenUrl(array $params)
Expand All @@ -46,7 +45,6 @@ public function getBaseAccessTokenUrl(array $params)
* Get provider url to fetch user details
*
* @param AccessToken $token
*
* @return string
*/
public function getResourceOwnerDetailsUrl(AccessToken $token)
Expand Down

0 comments on commit b022e0b

Please sign in to comment.