Converted spaces to tabs

This commit is contained in:
Alex Bilbie 2012-07-06 13:31:33 +01:00
parent dfaa99eb26
commit 01e13d167b

View File

@ -4,10 +4,10 @@ namespace LNCD\OAuth2server;
class Scope
{
public function exists(string $scope)
{
// tests if a scope exists
}
public function exists(string $scope)
{
// tests if a scope exists
}
public function details($scopes)
{