mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Spelling fix
This commit is contained in:
parent
742b51c2cd
commit
5d7eeb0512
@ -20,7 +20,7 @@ use League\OAuth2\Server\TokenType\Bearer;
|
|||||||
class AuthorizationServer extends AbstractServer
|
class AuthorizationServer extends AbstractServer
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The delimeter between scopes specified in the scope query string parameter
|
* The delimiter between scopes specified in the scope query string parameter
|
||||||
* The OAuth 2 specification states it should be a space but most use a comma
|
* The OAuth 2 specification states it should be a space but most use a comma
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
|
Loading…
Reference in New Issue
Block a user