Skip to content

Commit

Permalink
Merge pull request #368 from carusogabriel/patch-1
Browse files Browse the repository at this point in the history
`Claim::getValue` can return anything
  • Loading branch information
lcobucci authored Aug 20, 2020
2 parents 56f1080 + 6b7ad5d commit c112369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Claim.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getName();
/**
* Returns the claim value
*
* @return string
* @return mixed
*/
public function getValue();

Expand Down

0 comments on commit c112369

Please sign in to comment.