Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and github-actions[bot] committed Dec 6, 2023
1 parent 70f2205 commit 6736cf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Controller/Admin/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ public function lostpasswordAction(
Config $config,
RateLimiterFactory $resetPasswordLimiter,
RouterInterface $router
): Response
{
): Response {
$params = $this->buildLoginPageViewParams($config);
$error = null;

Expand Down

0 comments on commit 6736cf0

Please sign in to comment.