mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-12 08:57:09 +05:30
More CS fixer changes
This commit is contained in:
@@ -25,8 +25,8 @@ interface ScopeInterface
|
||||
* SELECT * FROM oauth_scopes WHERE scope = :scope
|
||||
* </code>
|
||||
*
|
||||
* @param string $scope The scope
|
||||
* @param string $grantType The grant type used in the request (default = "null")
|
||||
* @param string $scope The scope
|
||||
* @param string $grantType The grant type used in the request (default = "null")
|
||||
* @return \League\OAuth2\Server\Entity\ScopeEntity
|
||||
*/
|
||||
public function get($scope, $grantType = null);
|
||||
|
||||
Reference in New Issue
Block a user