mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Docblock update
This commit is contained in:
parent
b8732a2f83
commit
2a20de991b
@ -38,7 +38,7 @@ interface AccessTokenRepositoryInterface extends RepositoryInterface
|
|||||||
public function getScopeEntitiesAssociatedWithAccessToken(AccessTokenEntityInterface $token);
|
public function getScopeEntitiesAssociatedWithAccessToken(AccessTokenEntityInterface $token);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Persists a new access token to storage
|
* Persists a new access token to permanent storage
|
||||||
*
|
*
|
||||||
* @param \League\OAuth2\Server\Entities\Interfaces\AccessTokenEntityInterface $accessTokenEntity
|
* @param \League\OAuth2\Server\Entities\Interfaces\AccessTokenEntityInterface $accessTokenEntity
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user