mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Split line to less than 80 chars so PHPCS stops bitching
This commit is contained in:
parent
93f9727f19
commit
7874c7df15
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user