mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Fix docblock alignment
This commit is contained in:
		@@ -163,9 +163,9 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
 | 
			
		||||
    /**
 | 
			
		||||
     * Validate the authorization code.
 | 
			
		||||
     *
 | 
			
		||||
     * @param object $authCodePayload
 | 
			
		||||
     * @param ClientEntityInterface   $client
 | 
			
		||||
     * @param ServerRequestInterface  $request
 | 
			
		||||
     * @param object                 $authCodePayload
 | 
			
		||||
     * @param ClientEntityInterface  $client
 | 
			
		||||
     * @param ServerRequestInterface $request
 | 
			
		||||
     */
 | 
			
		||||
    private function validateAuthorizationCode(
 | 
			
		||||
        $authCodePayload,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user