Skip to content

Commit

Permalink
Correct typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jul 7, 2014
1 parent 106fee0 commit 2ae1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/DefaultPasswordHasher.php
Expand Up @@ -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.
Expand Down

0 comments on commit 2ae1fd9

Please sign in to comment.