mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Docbloc improvements
This commit is contained in:
		@@ -188,7 +188,7 @@ abstract class AbstractServer
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Set the refresh token storage
 | 
			
		||||
     * @param  \League\OAuth2\Server\Storage\RefreshTokenInteface $storage
 | 
			
		||||
     * @param  \League\OAuth2\Server\Storage\RefreshTokenInterface $storage
 | 
			
		||||
     * @return self
 | 
			
		||||
     */
 | 
			
		||||
    public function setRefreshTokenStorage(RefreshTokenInterface $storage)
 | 
			
		||||
@@ -201,7 +201,7 @@ abstract class AbstractServer
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Set the auth code storage
 | 
			
		||||
     * @param  \League\OAuth2\Server\Storage\AuthCodeInterface $authCode
 | 
			
		||||
     * @param  \League\OAuth2\Server\Storage\AuthCodeInterface $storage
 | 
			
		||||
     * @return self
 | 
			
		||||
     */
 | 
			
		||||
    public function setAuthCodeStorage(AuthCodeInterface $storage)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user