mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 01:30:23 +08:00
Fixed typo in comments for generatePasswordHash
This commit is contained in:
@@ -516,7 +516,7 @@ class Security extends Component
|
|||||||
* @throws Exception on bad password parameter or cost parameter
|
* @throws Exception on bad password parameter or cost parameter
|
||||||
* @throws InvalidConfigException
|
* @throws InvalidConfigException
|
||||||
* @return string The password hash string. When [[passwordHashStrategy]] is set to 'crypt',
|
* @return string The password hash string. When [[passwordHashStrategy]] is set to 'crypt',
|
||||||
* the output is alwaus 60 ASCII characters, when set to 'password_hash' the output length
|
* the output is always 60 ASCII characters, when set to 'password_hash' the output length
|
||||||
* might increase in future versions of PHP (http://php.net/manual/en/function.password-hash.php)
|
* might increase in future versions of PHP (http://php.net/manual/en/function.password-hash.php)
|
||||||
* @see validatePassword()
|
* @see validatePassword()
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user