mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Fixed line lengths of comments
This commit is contained in:
		@@ -137,8 +137,10 @@ interface DatabaseInteface
 | 
			
		||||
     *     [owner_id] => (string) The session owner's ID
 | 
			
		||||
     *     [auth_code] => (string) The authorisation code
 | 
			
		||||
     *     [stage] => (string) The session's stage
 | 
			
		||||
     *     [first_requested] => (int) Unix timestamp of the time the session was first generated
 | 
			
		||||
     *     [last_updated] => (int) Unix timestamp of the time the session was last updated
 | 
			
		||||
     *     [first_requested] => (int) Unix timestamp of the time the session was
 | 
			
		||||
     *      first generated
 | 
			
		||||
     *     [last_updated] => (int) Unix timestamp of the time the session was
 | 
			
		||||
     *      last updated
 | 
			
		||||
     * )
 | 
			
		||||
     * </code>
 | 
			
		||||
     * 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user