diff --git a/src/GrantType/RefreshableGrantTypeInterface.php b/src/GrantType/RefreshableGrantTypeInterface.php index ad52d39..dcd72a4 100644 --- a/src/GrantType/RefreshableGrantTypeInterface.php +++ b/src/GrantType/RefreshableGrantTypeInterface.php @@ -14,7 +14,7 @@ interface RefreshableGrantTypeInterface extends GrantTypeInterface * * @param string $refreshToken An OAuth refresh token acquired by this grant type. * - * @return RefreshTokenGrantType A refresh grant type built from this grant type. + * @return GrantTypeInterface A refresh grant type built from this grant type. */ public function getRefreshTokenGrant(string $refreshToken): GrantTypeInterface; }