Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 20, 2012
1 parent 6a6b08c commit 19de8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Storage/OAuthStorage.php
Expand Up @@ -91,10 +91,10 @@ public function checkClientCredentials(IOAuth2Client $client, $client_secret = n

return $client->checkSecret($client_secret);
}

public function checkClientCredentialsGrant(IOAuth2Client $client, $client_secret)
{
return $this->checkClientCredentials($client, $client_secret);
return $this->checkClientCredentials($client, $client_secret);
}

public function getAccessToken($token)
Expand Down

0 comments on commit 19de8a0

Please sign in to comment.