|
|
@@ -27,7 +27,7 @@ class DefaultPasswordHasher extends AbstractPasswordHasher {
|
|
|
*
|
|
|
* ### Options
|
|
|
*
|
|
|
- * - `hasType` - Hashing algo to use. Valid values are those supported by `$algo`
|
|
|
+ * - `hashType` - Hashing algo to use. Valid values are those supported by `$algo`
|
|
|
* argument of `password_hash()`. Defaults to `PASSWORD_DEFAULT`
|
|
|
* - `hashOptions` - Associative array of options. Check the PHP manual for
|
|
|
* supported options for each hash type. Defaults to empty array.
|