Re-order docblock throws

This commit is contained in:
sephster 2018-10-13 16:31:36 +01:00
parent 793f65d3a3
commit 20b355b025
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

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,