We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddce703 commit 5e32103Copy full SHA for 5e32103
1 file changed
src/Builder.php
@@ -10,6 +10,7 @@
10
use BadMethodCallException;
11
use Lcobucci\JWT\Claim\Factory as ClaimFactory;
12
use Lcobucci\JWT\Parsing\Encoder;
13
+use Lcobucci\JWT\Signer\Key;
14
15
/**
16
* This class makes easier the token creation process
@@ -227,7 +228,7 @@ public function set($name, $value)
227
228
* Signs the data
229
*
230
* @param Signer $signer
- * @param string $key
231
+ * @param Key|string $key
232
233
* @return Builder
234
*/
0 commit comments