mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-10 22:02:05 +05:30
Updated docblocks
This commit is contained in:
parent
4b3e0bf668
commit
ee9549287e
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user