chore: code cleanup with rector and php-cs-fixer

This commit is contained in:
Björn Fromme
2026-05-04 17:20:01 +02:00
parent d211425ff2
commit 1fa8f88a6d
38 changed files with 130 additions and 98 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class ResetPasswordController extends AbstractController
}
return $this->render('reset_password/index.html.twig', [
'form' => $form->createView(),
'form' => $form,
]);
}
}