Skip to content

Commit b1da541

Browse files
committed
missing cs-fix
1 parent 8cf98aa commit b1da541

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
@@ -119,7 +119,7 @@ protected function isNotPersonal(string $password, ?User $user): bool
119119
}
120120

121121
foreach ($needles as $needle) {
122-
if (empty($needle) || in_array($needle, $trivial, true)|| mb_strlen($needle, 'UTF-8') < 3) {
122+
if (empty($needle) || in_array($needle, $trivial, true) || mb_strlen($needle, 'UTF-8') < 3) {
123123
continue;
124124
}
125125

0 commit comments

Comments
 (0)