Skip to content

Commit a00d568

Browse files
committed
Fix code styles when translator is not available
1 parent f516865 commit a00d568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/skeleton/resetPassword/ResetPasswordController.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public function request(Request $request, MailerInterface $mailer<?php if ($tran
4242
if ($form->isSubmitted() && $form->isValid()) {
4343
return $this->processSendingPasswordResetEmail(
4444
$form->get('<?= $email_field ?>')->getData(),
45-
$mailer<?php if ($translator_available): ?>,<?php endif ?><?= "\n" ?>
46-
<?php if ($translator_available): ?>$translator<?php endif ?><?= "\n" ?>
45+
$mailer<?php if ($translator_available): ?>,
46+
$translator<?php endif ?><?= "\n" ?>
4747
);
4848
}
4949

0 commit comments

Comments
 (0)