mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Updated docblocks
This commit is contained in:
		@@ -35,8 +35,8 @@ interface ScopeInterface
 | 
			
		||||
     * </code>
 | 
			
		||||
     *
 | 
			
		||||
     * @param  string     $scope     The scope
 | 
			
		||||
     * @param  string     $clientId  The client ID
 | 
			
		||||
     * @param  string     $grantType The grant type used in the request
 | 
			
		||||
     * @param  string     $clientId  The client ID (default = "null")
 | 
			
		||||
     * @param  string     $grantType The grant type used in the request (default = "null")
 | 
			
		||||
     * @return bool|array If the scope doesn't exist return false
 | 
			
		||||
     */
 | 
			
		||||
    public function getScope($scope, $clientId = null, $grantType = null);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user