From 01e13d167b04f91df0074feef7ce01bff486665c Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 13:31:33 +0100 Subject: [PATCH] Converted spaces to tabs --- src/oauth2server/Scope.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/oauth2server/Scope.php b/src/oauth2server/Scope.php index 4625eee6..f3b974a4 100644 --- a/src/oauth2server/Scope.php +++ b/src/oauth2server/Scope.php @@ -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) {