Skip to content

Commit 117a856

Browse files
arif-rhkenjis
andauthored
Update src/Authentication/Passwords/NothingPersonalValidator.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent b1da541 commit 117a856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Passwords/NothingPersonalValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected function isNotPersonal(string $password, ?User $user): bool
115115

116116
foreach ($haystacks as $haystack) {
117117
if (empty($haystack) || in_array($haystack, $trivial, true) || mb_strlen($haystack, 'UTF-8') < 3) {
118-
continue; //ignore trivial words
118+
continue; // ignore trivial words
119119
}
120120

121121
foreach ($needles as $needle) {

0 commit comments

Comments
 (0)