mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Spacing fixes
This commit is contained in:
parent
2545ea7dc1
commit
0876fd9ad3
@ -38,7 +38,7 @@ class Server
|
||||
* Supported response types
|
||||
* @var array
|
||||
*/
|
||||
private $_responseTypes = array(
|
||||
private $_responseTypes = array(
|
||||
'code'
|
||||
);
|
||||
|
||||
@ -46,7 +46,7 @@ class Server
|
||||
* Supported grant types
|
||||
* @var array
|
||||
*/
|
||||
private $_grantTypes = array(
|
||||
private $_grantTypes = array(
|
||||
'authorization_code',
|
||||
'user_credentials',
|
||||
'refresh_token',
|
||||
|
Loading…
Reference in New Issue
Block a user