Skip to content

Commit

Permalink
Merge pull request #194 from msvrtan/patch-1
Browse files Browse the repository at this point in the history
Signature on sign()
  • Loading branch information
lcobucci authored Sep 1, 2017
2 parents 47a07f8 + 5e32103 commit 0b5930b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use BadMethodCallException;
use Lcobucci\JWT\Claim\Factory as ClaimFactory;
use Lcobucci\JWT\Parsing\Encoder;
use Lcobucci\JWT\Signer\Key;

/**
* This class makes easier the token creation process
Expand Down Expand Up @@ -227,7 +228,7 @@ public function set($name, $value)
* Signs the data
*
* @param Signer $signer
* @param string $key
* @param Key|string $key
*
* @return Builder
*/
Expand Down

0 comments on commit 0b5930b

Please sign in to comment.