Skip to content

Commit 95f6583

Browse files
committed
Fix misc. formatting within strong password rule
1 parent c981e6a commit 95f6583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rules/StrongPassword.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public function forceSpecialCharacters(bool $flag = true): self
135135
public function withSpecialCharacters(string $characters): self
136136
{
137137
$this->forceSpecialCharacters();
138-
139138
$this->specialCharacters = $characters;
140139

141140
return $this;

0 commit comments

Comments
 (0)