Split line to less than 80 chars so PHPCS stops bitching

This commit is contained in:
Alex Bilbie 2012-07-06 13:32:50 +01:00
parent 93f9727f19
commit 7874c7df15

View File

@ -11,7 +11,8 @@ class AccessToken
public function get(int $sessionId) public function get(int $sessionId)
{ {
// returns an access token that the user may already have (else generate a new one) // returns an access token that the user may already have
// (else generate a new one)
} }
public function validate(string $accessToken, array $scopes) public function validate(string $accessToken, array $scopes)