mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 10:41:51 +05:30
Docblock fix
This commit is contained in:
parent
746cd4ab7d
commit
fedd10b5ed
@ -47,7 +47,7 @@ class AccessTokenEntity extends AbstractTokenEntity
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return all scopes associated with the session
|
* Return all scopes associated with the session
|
||||||
* @return [\League\OAuth2\Server\Entity\Scope]
|
* @return \League\OAuth2\Server\Entity\Scope[]
|
||||||
*/
|
*/
|
||||||
public function getScopes()
|
public function getScopes()
|
||||||
{
|
{
|
||||||
|
@ -61,7 +61,8 @@ class AuthCodeEntity extends AbstractTokenEntity
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* Get session
|
||||||
|
* @return \League\OAuth2\Server\Entity\SessionEntity
|
||||||
*/
|
*/
|
||||||
public function getSession()
|
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()
|
public function getScopes()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user