Test Failed
Branch feature/userUnitTests (e68c48)
by Stone
05:43
created
Category
src/Form/ResetpasswordFormType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     public function buildForm(FormBuilderInterface $builder, array $options)
17 17
     {
18 18
         $builder
19
-            ->add('email', EmailType::class,[
19
+            ->add('email', EmailType::class, [
20 20
                 'mapped' =>false,
21 21
             ])
22 22
             ->add('plainPassword', PasswordType::class, [
Please login to merge, or discard this patch.