We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d8bfe commit a1bf680Copy full SHA for a1bf680
src/PersistRuleChain.php
@@ -30,6 +30,8 @@ public function exceptions() : array
30
31
public function __invoke(string $password) : bool
32
{
33
+ $this->exceptions = [];
34
+
35
foreach ($this->rules as $validate) {
36
try {
37
$validate($password);
0 commit comments