diff options
author | Rob DiMarco <rob@firebase.com> | 2015-04-01 11:08:56 -0700 |
---|---|---|
committer | Rob DiMarco <rob@firebase.com> | 2015-04-01 11:08:56 -0700 |
commit | 9f71bef30a754c737556dc448c93364d0df6d1a3 (patch) | |
tree | c84381b5eb912a9b3f57a693497f161f8e4bac93 | |
parent | c612b998eb6d6177c6678e7ba93fcb646bef7891 (diff) | |
parent | ffb412ebd82c483b08a3bcb9cd6f589de17dac51 (diff) | |
download | php-jwt-9f71bef30a754c737556dc448c93364d0df6d1a3.zip php-jwt-9f71bef30a754c737556dc448c93364d0df6d1a3.tar.gz php-jwt-9f71bef30a754c737556dc448c93364d0df6d1a3.tar.bz2 |
Merge branch 'rd-verify-refactor' into cr-additional-tests
-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 */ |