mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Converted spaces to tabs
This commit is contained in:
parent
dfaa99eb26
commit
01e13d167b
@ -4,10 +4,10 @@ namespace LNCD\OAuth2server;
|
|||||||
|
|
||||||
class Scope
|
class Scope
|
||||||
{
|
{
|
||||||
public function exists(string $scope)
|
public function exists(string $scope)
|
||||||
{
|
{
|
||||||
// tests if a scope exists
|
// tests if a scope exists
|
||||||
}
|
}
|
||||||
|
|
||||||
public function details($scopes)
|
public function details($scopes)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user