From ee9549287eade61290ca41dedd7a3d1416e1e94f Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 14 May 2013 08:59:53 +0100 Subject: [PATCH] Updated docblocks --- src/League/OAuth2/Server/Storage/ScopeInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/League/OAuth2/Server/Storage/ScopeInterface.php b/src/League/OAuth2/Server/Storage/ScopeInterface.php index 15eb214b..60efd9ca 100644 --- a/src/League/OAuth2/Server/Storage/ScopeInterface.php +++ b/src/League/OAuth2/Server/Storage/ScopeInterface.php @@ -35,8 +35,8 @@ interface ScopeInterface * * * @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);