diff --git a/src/Grant/AbstractGrant.php b/src/Grant/AbstractGrant.php index b6b14cf0..432cd1a5 100644 --- a/src/Grant/AbstractGrant.php +++ b/src/Grant/AbstractGrant.php @@ -374,10 +374,9 @@ abstract class AbstractGrant implements GrantTypeInterface * @param string|null $userIdentifier * @param ScopeEntityInterface[] $scopes * + * @return AccessTokenEntityInterface * @throws OAuthServerException * @throws UniqueTokenIdentifierConstraintViolationException - * - * @return AccessTokenEntityInterface */ protected function issueAccessToken( \DateInterval $accessTokenTTL,