mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Spacing fixes
This commit is contained in:
		@@ -38,7 +38,7 @@ class Server
 | 
				
			|||||||
     * Supported response types
 | 
					     * Supported response types
 | 
				
			||||||
     * @var array
 | 
					     * @var array
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    private $_responseTypes =   array(
 | 
					    private $_responseTypes = array(
 | 
				
			||||||
        'code'
 | 
					        'code'
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -46,7 +46,7 @@ class Server
 | 
				
			|||||||
     * Supported grant types
 | 
					     * Supported grant types
 | 
				
			||||||
     * @var array
 | 
					     * @var array
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    private $_grantTypes    =   array(
 | 
					    private $_grantTypes = array(
 | 
				
			||||||
        'authorization_code',
 | 
					        'authorization_code',
 | 
				
			||||||
        'user_credentials',
 | 
					        'user_credentials',
 | 
				
			||||||
        'refresh_token',
 | 
					        'refresh_token',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user