Skip to content

Commit 828816c

Browse files
Fixed documentation for BearerTokenResponse line 66
1 parent 5be7017 commit 828816c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ResponseTypes/BearerTokenResponse.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ public function generateHttpResponse(ResponseInterface $response)
6363
}
6464

6565
/**
66-
* Add custom fields to your Bearer Token response here, then override
67-
* AuthorizationServer::getResponseType() to pull in your version of
68-
* this class rather than the default.
66+
* Add custom fields to your Bearer Token response here, then pass an instance
67+
* of your version of this class into the last parameter of the AuthorizationServer.
6968
*
7069
* @param AccessTokenEntityInterface $accessToken
7170
*

0 commit comments

Comments
 (0)