Skip to content

Commit

Permalink
Fix typo (#42157)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDJ committed Apr 27, 2022
1 parent 7a4c5f2 commit 9959d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rules/Password.php
Expand Up @@ -66,14 +66,14 @@ class Password implements Rule, DataAwareRule, ValidatorAwareRule
protected $symbols = false;

/**
* If the password should has not been compromised in data leaks.
* If the password should not have been compromised in data leaks.
*
* @var bool
*/
protected $uncompromised = false;

/**
* The number of times a password can appear in data leaks before being consider compromised.
* The number of times a password can appear in data leaks before being considered compromised.
*
* @var int
*/
Expand Down

0 comments on commit 9959d4c

Please sign in to comment.