diff --git a/framework/yii/helpers/BaseSecurity.php b/framework/yii/helpers/BaseSecurity.php index 491cb0e..ba7567f 100644 --- a/framework/yii/helpers/BaseSecurity.php +++ b/framework/yii/helpers/BaseSecurity.php @@ -326,7 +326,7 @@ class BaseSecurity * * @param integer $cost the cost parameter * @return string the random salt value. - * @throws InvalidParamException if the cost parameter is not between 4 and 30 + * @throws InvalidParamException if the cost parameter is not between 4 and 31 */ protected static function generateSalt($cost = 13) {