Skip to content

Commit ffb412e

Browse files
committed
Comment tweaks
1 parent b2c2be6 commit ffb412e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication/JWT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public static function sign($msg, $key, $alg = 'HS256')
170170
* @param string $msg the original message
171171
* @param string $signature
172172
* @param string|resource $key for HS*, a string key works. for RS*, must be a resource of an openssl public key
173-
* @param string $algorithms
173+
* @param string $alg
174174
* @return bool
175175
* @throws DomainException Invalid Algorithm or OpenSSL failure
176176
*/

0 commit comments

Comments
 (0)