Skip to content

Commit

Permalink
Fixed documentation for BearerTokenResponse line 66
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaangoossens committed Jul 13, 2018
1 parent 5be7017 commit 828816c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ResponseTypes/BearerTokenResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ public function generateHttpResponse(ResponseInterface $response)
}

/**
* Add custom fields to your Bearer Token response here, then override
* AuthorizationServer::getResponseType() to pull in your version of
* this class rather than the default.
* Add custom fields to your Bearer Token response here, then pass an instance
* of your version of this class into the last parameter of the AuthorizationServer.
*
* @param AccessTokenEntityInterface $accessToken
*
Expand Down

0 comments on commit 828816c

Please sign in to comment.