Completed
Push — development ( 2c05ec...a5a40b )
by Nils
07:16
created
includes/libraries/Encryption/PBKDF2/PasswordHash.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -105,6 +105,7 @@
 block discarded – undo
105 105
  */
106 106
 /**
107 107
  * @param integer $key_length
108
+ * @param integer $count
108 109
  */
109 110
 function pbkdf2($algorithm, $password, $salt, $count, $key_length, $raw_output = false)
110 111
 {
Please login to merge, or discard this patch.