File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ class JWT
39
39
/**
40
40
* Decodes a JWT string into a PHP object.
41
41
*
42
- * @param string $jwt The JWT
43
- * @param string|array|null $key The key, or map of keys.
44
- * If the algorithm used is asymmetric, this is the public key
45
- * @param array $allowed_algs List of supported verification algorithms
46
- * Supported algorithms are 'HS256', 'HS384', 'HS512' and 'RS256'
42
+ * @param string $jwt The JWT
43
+ * @param string|array $key The key, or map of keys.
44
+ * If the algorithm used is asymmetric, this is the public key
45
+ * @param array $allowed_algs List of supported verification algorithms
46
+ * Supported algorithms are 'HS256', 'HS384', 'HS512' and 'RS256'
47
47
*
48
48
* @return object The JWT's payload as a PHP object
49
49
*
You can’t perform that action at this time.
0 commit comments