Skip to content

Commit cbc4276

Browse files
committed
Process Rector rule: RemoveUnusedVariableInCatchRector
Signed-off-by: Tim Goudriaan <tim@codedmonkey.com>
1 parent 16e1c43 commit cbc4276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Dashboard/DashboardResetPasswordController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private function processSendingPasswordResetEmail(string $email): RedirectRespon
124124
$this->mailer->send($email);
125125

126126
$this->setTokenObjectInSession($resetToken);
127-
} catch (ResetPasswordExceptionInterface $exception) {
127+
} catch (ResetPasswordExceptionInterface) {
128128
}
129129
}
130130

0 commit comments

Comments
 (0)