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

@@ -19,7 +19,7 @@ interface AuthCodeInterface
/**
* Get the auth code
* @param string $code
* @return \League\OAuth2\Server\Entity\AuthCode
* @return \League\OAuth2\Server\Entity\AuthCodeEntity
*/
public function get($code);
}