Re-order docblock throws

This commit is contained in:
sephster
2018-10-13 16:31:36 +01:00
parent 793f65d3a3
commit 20b355b025

View File

@@ -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,