Add array type hints to minor methods in the Html class
[lhc/web/wiklou.git] / includes / password / BcryptPassword.php
index 4e5e878..dd806e2 100644 (file)
@@ -24,7 +24,7 @@
  * A Bcrypt-hashed password
  *
  * This is a computationally complex password hash for use in modern applications.
- * The number of rounds can be configured by $wgPasswordCost.
+ * The number of rounds can be configured by $wgPasswordConfig['bcrypt']['cost'].
  *
  * @since 1.24
  */