Updated docblocks

This commit is contained in:
Alex Bilbie 2013-05-14 08:59:53 +01:00
parent 4b3e0bf668
commit ee9549287e

View File

@ -35,8 +35,8 @@ interface ScopeInterface
* </code> * </code>
* *
* @param string $scope The scope * @param string $scope The scope
* @param string $clientId The client ID * @param string $clientId The client ID (default = "null")
* @param string $grantType The grant type used in the request * @param string $grantType The grant type used in the request (default = "null")
* @return bool|array If the scope doesn't exist return false * @return bool|array If the scope doesn't exist return false
*/ */
public function getScope($scope, $clientId = null, $grantType = null); public function getScope($scope, $clientId = null, $grantType = null);