Updated entity class names

This commit is contained in:
Alex Bilbie
2014-05-02 15:14:12 +01:00
parent 6e5327a0e2
commit 782f43c73a
12 changed files with 66 additions and 59 deletions

View File

@@ -27,7 +27,7 @@ interface ScopeInterface
*
* @param string $scope The scope
* @param string $grantType The grant type used in the request (default = "null")
* @return bool|array If the scope doesn't exist return false
* @return \League\OAuth2\Server\Entity\ScopeEntity
*/
public function get($scope, $grantType = null);
}