Skip to content

Commit

Permalink
Fix php doc block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-peterson-g17 committed Jan 27, 2024
1 parent d6be5c5 commit 7eca730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuthorizationGate.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function retrieve(mixed $userId): Grant
/**
* Refreshes a users Access token
* @param string $refreshToken The raw string value of the refresh token
* @throws TokenNotFoundException if the refresh token is not found
* @throws NotFoundException if the refresh token is not found
* @throws TokenExpiredException if token is expired
* @return Grant a grant with the new access token
*/
Expand Down

0 comments on commit 7eca730

Please sign in to comment.