Skip to content

Commit

Permalink
Remove space from comment end of line.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed Jan 7, 2021
1 parent d3b4e13 commit 53e53e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/ORCID.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected function checkResponse(ResponseInterface $response, $data)
protected function createResourceOwner(array $response, AccessToken $token)
{
// Attempt to extract'amr' (AuthnMethodRef) from the id_token
// and add it to the response. Note that 'amr' is available only
// and add it to the response. Note that 'amr' is available only
// when using the Member API.
$values = $token->getValues();
if (array_key_exists('id_token', $values)) {
Expand Down

0 comments on commit 53e53e2

Please sign in to comment.