Skip to content

Commit

Permalink
DOC Updates example to use current code
Browse files Browse the repository at this point in the history
  • Loading branch information
davejtoews authored Jan 22, 2025
1 parent 0bd0410 commit 338f0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/PasswordValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* <code>
* $pwdVal = new PasswordValidator();
* $pwdValidator->setMinLength(7);
* $pwdValidator->checkHistoricalPasswords(6);
* $pwdValidator->setHistoricCount(6);
* $pwdValidator->setMinTestScore(3);
* $pwdValidator->setTestNames(array("lowercase", "uppercase", "digits", "punctuation"));
*
Expand Down

0 comments on commit 338f0d9

Please sign in to comment.