Docblock fix

This commit is contained in:
Alex Bilbie 2014-11-07 01:07:55 +00:00
parent 746cd4ab7d
commit fedd10b5ed
2 changed files with 5 additions and 3 deletions

View File

@ -47,7 +47,7 @@ class AccessTokenEntity extends AbstractTokenEntity
/**
* Return all scopes associated with the session
* @return [\League\OAuth2\Server\Entity\Scope]
* @return \League\OAuth2\Server\Entity\Scope[]
*/
public function getScopes()
{

View File

@ -61,7 +61,8 @@ class AuthCodeEntity extends AbstractTokenEntity
}
/**
* {@inheritdoc}
* Get session
* @return \League\OAuth2\Server\Entity\SessionEntity
*/
public function getSession()
{
@ -75,7 +76,8 @@ class AuthCodeEntity extends AbstractTokenEntity
}
/**
* {@inheritdoc}
* Return all scopes associated with the session
* @return \League\OAuth2\Server\Entity\Scope[]
*/
public function getScopes()
{