Passed
Push — master ( df9557...e5317d )
by Jan
04:48 queued 11s
created
src/Admin/Field/PasswordField.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,10 +38,10 @@
 block discarded – undo
38 38
             ->setTemplateName('crud/field/text')
39 39
             ->setFormTypeOptions([
40 40
                 'type' => PasswordType::class,
41
-                                     'first_options' => [
41
+                                        'first_options' => [
42 42
                                         'label' => 'password.new',
43 43
                                     ],
44
-                                     'second_options' => [
44
+                                        'second_options' => [
45 45
                                         'label' => 'password.repeat',
46 46
                                     ],
47 47
             ]);
Please login to merge, or discard this patch.
src/Form/TFA/TFAGoogleSettingsType.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     public function configureOptions(OptionsResolver $resolver): void
93 93
     {
94 94
         $resolver->setDefaults([
95
-                                   'data_class' => User::class,
96
-                               ]);
95
+                                    'data_class' => User::class,
96
+                                ]);
97 97
     }
98 98
 }
Please login to merge, or discard this patch.