Passed
Push — master ( c4afc2...9cde23 )
by Pieter van der
27:49 queued 12:42
created
StepupSelfService/SelfServiceBundle/Form/Type/AuthenticateSafeStoreType.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
         $builder->add('verifySecret', SubmitType::class, [
38 38
             'label' => 'ss.form.ss_authenticate_safe_store_type.button.continue',
39
-            'attr' => [ 'class' => 'btn btn-primary pull-right' ],
39
+            'attr' => ['class' => 'btn btn-primary pull-right'],
40 40
         ]);
41 41
     }
42 42
 
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Form/Type/VerifySmsChallengeType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,13 +38,13 @@
 block discarded – undo
38 38
         ]);
39 39
         $builder->add('resendChallenge', AnchorType::class, [
40 40
             'label' => 'ss.form.ss_verify_sms_challenge.button.resend_challenge',
41
-            'attr' => [ 'class' => 'btn btn-default' ],
41
+            'attr' => ['class' => 'btn btn-default'],
42 42
             'route' => $options['data']->resendRoute,
43 43
             'route_parameters' => $options['data']->resendRouteParameters,
44 44
         ]);
45 45
         $builder->add('verifyChallenge', SubmitType::class, [
46 46
             'label' => 'ss.form.ss_verify_sms_challenge.button.verify_challenge',
47
-            'attr' => [ 'class' => 'btn btn-primary pull-right' ],
47
+            'attr' => ['class' => 'btn btn-primary pull-right'],
48 48
         ]);
49 49
     }
50 50
 
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Form/Type/SendSmsChallengeType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             ])
51 51
             ->add('sendChallenge', SubmitType::class, [
52 52
                 'label' => 'ss.form.ss_send_sms_challenge.button.send_challenge',
53
-                'attr' => [ 'class' => 'btn btn-primary pull-right' ],
53
+                'attr' => ['class' => 'btn btn-primary pull-right'],
54 54
             ]);
55 55
     }
56 56
 
Please login to merge, or discard this patch.