Browse Source

Correct typo.

euromark 11 years ago
parent
commit
2ae1fd96cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Auth/DefaultPasswordHasher.php

+ 1 - 1
src/Auth/DefaultPasswordHasher.php

@@ -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.