Completed
Pull Request — dev (#28)
by
unknown
03:26
created
src/AppBundle/Form/User/ActivationType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         $resolver->setDefaults([
38 38
             'data_class' => User::class,
39
-            'validation_groups' => ['registration','edit'],
39
+            'validation_groups' => ['registration', 'edit'],
40 40
         ]);
41 41
     }
42 42
 }
Please login to merge, or discard this patch.
src/AppBundle/Form/User/EditType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         $resolver->setDefaults([
38 38
             'data_class' => User::class,
39
-            'validation_groups' => ['registration','edit'],
39
+            'validation_groups' => ['registration', 'edit'],
40 40
         ]);
41 41
     }
42 42
 }
Please login to merge, or discard this patch.