Docblock update

This commit is contained in:
Alex Bilbie 2016-01-12 23:02:54 +00:00
parent b8732a2f83
commit 2a20de991b

View File

@ -38,7 +38,7 @@ interface AccessTokenRepositoryInterface extends RepositoryInterface
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
*/