There was an error while loading. Please reload this page.
1 parent a11ec5f commit 64803e8Copy full SHA for 64803e8
1 file changed
src/Token.php
@@ -12,6 +12,7 @@
12
use DateTimeInterface;
13
use Generator;
14
use Lcobucci\JWT\Claim\Validatable;
15
+use Lcobucci\JWT\Signer\Key;
16
use OutOfBoundsException;
17
18
/**
@@ -182,7 +183,7 @@ public function getClaim($name, $default = null)
182
183
* Verify if the key matches with the one that created the signature
184
*
185
* @param Signer $signer
- * @param string $key
186
+ * @param Key|string $key
187
188
* @return boolean
189
0 commit comments