Passed
Push — master ( 26de48...72187c )
by Jan
14:14
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.