Completed
Push — master ( 22adf5...695e6f )
by Kevin
47s queued 11s
created
html/inc/user_util.inc 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
 // return true if the passwd hash (old format)
37 37
 // matches the user's passwd hash (possibly new format)
38 38
 //
39
+/**
40
+ * @param string $passwd_hash
41
+ */
39 42
 function check_passwd_hash($user, $passwd_hash) {
40 43
     if (password_verify($passwd_hash, $user->passwd_hash)) {
41 44
         // on valid login, rehash password to upgrade hash overtime
Please login to merge, or discard this patch.