mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Fixed constance letter casing
This commit is contained in:
		@@ -13,7 +13,7 @@ class Server
 | 
			
		||||
     * The access token.
 | 
			
		||||
     * @access private
 | 
			
		||||
     */
 | 
			
		||||
    private $_accessToken = NULL;
 | 
			
		||||
    private $_accessToken = null;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * The scopes the access token has access to.
 | 
			
		||||
@@ -25,13 +25,13 @@ class Server
 | 
			
		||||
     * The type of owner of the access token.
 | 
			
		||||
     * @access private
 | 
			
		||||
     */
 | 
			
		||||
    private $_type = NULL;
 | 
			
		||||
    private $_type = null;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * The ID of the owner of the access token.
 | 
			
		||||
     * @access private
 | 
			
		||||
     */
 | 
			
		||||
    private $_typeId = NULL;
 | 
			
		||||
    private $_typeId = null;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Server configuration
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user