summaryrefslogtreecommitdiffstats
path: root/Authentication
diff options
context:
space:
mode:
Diffstat (limited to 'Authentication')
-rw-r--r--Authentication/JWT.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Authentication/JWT.php b/Authentication/JWT.php
index 022029b..905920a 100644
--- a/Authentication/JWT.php
+++ b/Authentication/JWT.php
@@ -170,7 +170,7 @@ class JWT
* @param string $msg the original message
* @param string $signature
* @param string|resource $key for HS*, a string key works. for RS*, must be a resource of an openssl public key
- * @param string $algorithms
+ * @param string $alg
* @return bool
* @throws DomainException Invalid Algorithm or OpenSSL failure
*/