From 20b355b025be88558bb7a4b295b57343190e2e34 Mon Sep 17 00:00:00 2001 From: sephster Date: Sat, 13 Oct 2018 16:31:36 +0100 Subject: [PATCH] Re-order docblock throws --- src/Grant/AbstractGrant.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,