From eae6dc471d34813d038aa575fd6ef1ae45ebb63b Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 08:20:45 +0100 Subject: [PATCH] Comment about the purpose of details function --- src/oauth2server/Scope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oauth2server/Scope.php b/src/oauth2server/Scope.php index 90947361..4625eee6 100644 --- a/src/oauth2server/Scope.php +++ b/src/oauth2server/Scope.php @@ -11,6 +11,6 @@ class Scope public function details($scopes) { - + // returns details about a scope to display to a user } } \ No newline at end of file