Removed example SQL

This commit is contained in:
Alex Bilbie 2014-05-09 10:08:00 +01:00
parent 11664e6d37
commit 81e9e7364b

View File

@ -18,13 +18,6 @@ interface ScopeInterface
{
/**
* Return information about a scope
*
* Example SQL query:
*
* <code>
* SELECT * FROM oauth_scopes WHERE scope = :scope
* </code>
*
* @param string $scope The scope
* @param string $grantType The grant type used in the request (default = "null")
* @return \League\OAuth2\Server\Entity\ScopeEntity