From 81e9e7364bf213ca5c139c455e7bc5068fa020aa Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 9 May 2014 10:08:00 +0100 Subject: [PATCH] Removed example SQL --- src/Storage/ScopeInterface.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Storage/ScopeInterface.php b/src/Storage/ScopeInterface.php index 836737d0..e533a777 100644 --- a/src/Storage/ScopeInterface.php +++ b/src/Storage/ScopeInterface.php @@ -18,13 +18,6 @@ interface ScopeInterface { /** * Return information about a scope - * - * Example SQL query: - * - * - * SELECT * FROM oauth_scopes WHERE scope = :scope - * - * * @param string $scope The scope * @param string $grantType The grant type used in the request (default = "null") * @return \League\OAuth2\Server\Entity\ScopeEntity