Skip to content

Commit c3ef5a7

Browse files
kingjia90github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 96ae555 commit c3ef5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Admin/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public function lostpasswordAction(
275275
if ($error) {
276276
Logger::error('Lost password service: ' . $error);
277277
//to avoid timing based enumeration
278-
usleep(random_int(50,200));
278+
usleep(random_int(50, 200));
279279
}
280280
}
281281

0 commit comments

Comments
 (0)