Skip to content

Commit

Permalink
Update Signature.php
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic authored May 13, 2020
1 parent 64803e8 commit 96255bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

namespace Lcobucci\JWT;

use Lcobucci\JWT\Signer\Key;

/**
* This class represents a token signature
*
Expand Down Expand Up @@ -38,7 +40,7 @@ public function __construct($hash)
*
* @param Signer $signer
* @param string $payload
* @param string $key
* @param Key|string $key
*
* @return boolean
*/
Expand Down

0 comments on commit 96255bd

Please sign in to comment.