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