diff options
author | Rob DiMarco <rob@firebase.com> | 2015-04-01 11:02:21 -0700 |
---|---|---|
committer | Rob DiMarco <rob@firebase.com> | 2015-04-01 11:02:21 -0700 |
commit | ffb412ebd82c483b08a3bcb9cd6f589de17dac51 (patch) | |
tree | 3e4a03118ab01a2a7703155d38178c4566c48a8a /Authentication | |
parent | b2c2be6a45fda769c8c2ffe5ec4259a9d1e46e5b (diff) | |
download | php-jwt-ffb412ebd82c483b08a3bcb9cd6f589de17dac51.zip php-jwt-ffb412ebd82c483b08a3bcb9cd6f589de17dac51.tar.gz php-jwt-ffb412ebd82c483b08a3bcb9cd6f589de17dac51.tar.bz2 |
Comment tweaks
Diffstat (limited to 'Authentication')
-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 */ |