diff options
Diffstat (limited to 'Authentication/JWT.php')
-rw-r--r-- | Authentication/JWT.php | 2 |
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 */ |