Skip to content

Commit 4851705

Browse files
committed
1 parent 628e736 commit 4851705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GrantType/RefreshableGrantTypeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface RefreshableGrantTypeInterface extends GrantTypeInterface
1414
*
1515
* @param string $refreshToken An OAuth refresh token acquired by this grant type.
1616
*
17-
* @return RefreshTokenGrantType A refresh grant type built from this grant type.
17+
* @return GrantTypeInterface A refresh grant type built from this grant type.
1818
*/
1919
public function getRefreshTokenGrant(string $refreshToken): GrantTypeInterface;
2020
}

0 commit comments

Comments
 (0)