@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2022 SURFnet bv |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | ]); |
| 42 | 42 | $builder->add('verifySecret', SubmitType::class, [ |
| 43 | 43 | 'label' => 'ss.form.ss_authenticate_safe_store_type.button.continue', |
| 44 | - 'attr' => [ 'class' => 'btn btn-primary pull-right' ], |
|
| 44 | + 'attr' => ['class' => 'btn btn-primary pull-right'], |
|
| 45 | 45 | ]); |
| 46 | 46 | } |
| 47 | 47 | |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2014 SURFnet bv |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | ]) |
| 53 | 53 | ->add('sendChallenge', SubmitType::class, [ |
| 54 | 54 | 'label' => 'ss.form.ss_send_sms_challenge.button.send_challenge', |
| 55 | - 'attr' => [ 'class' => 'btn btn-primary pull-right' ], |
|
| 55 | + 'attr' => ['class' => 'btn btn-primary pull-right'], |
|
| 56 | 56 | ]); |
| 57 | 57 | } |
| 58 | 58 | |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2014 SURFnet bv |
@@ -43,13 +43,13 @@ discard block |
||
| 43 | 43 | ]); |
| 44 | 44 | $builder->add('resendChallenge', AnchorType::class, [ |
| 45 | 45 | 'label' => 'ss.form.ss_verify_sms_challenge.button.resend_challenge', |
| 46 | - 'attr' => [ 'class' => 'btn btn-default' ], |
|
| 46 | + 'attr' => ['class' => 'btn btn-default'], |
|
| 47 | 47 | 'route' => $options['data']->resendRoute, |
| 48 | 48 | 'route_parameters' => $options['data']->resendRouteParameters, |
| 49 | 49 | ]); |
| 50 | 50 | $builder->add('verifyChallenge', SubmitType::class, [ |
| 51 | 51 | 'label' => 'ss.form.ss_verify_sms_challenge.button.verify_challenge', |
| 52 | - 'attr' => [ 'class' => 'btn btn-primary pull-right' ], |
|
| 52 | + 'attr' => ['class' => 'btn btn-primary pull-right'], |
|
| 53 | 53 | ]); |
| 54 | 54 | } |
| 55 | 55 | |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2014 SURFnet bv |
@@ -31,11 +31,11 @@ discard block |
||
| 31 | 31 | { |
| 32 | 32 | $builder->add('revoke', SubmitType::class, [ |
| 33 | 33 | 'label' => 'ss.form.ss_revoke_second_factor.revoke', |
| 34 | - 'attr' => [ 'class' => 'btn btn-danger pull-right' ], |
|
| 34 | + 'attr' => ['class' => 'btn btn-danger pull-right'], |
|
| 35 | 35 | ]); |
| 36 | 36 | $builder->add('cancel', AnchorType::class, [ |
| 37 | 37 | 'label' => 'ss.form.ss_revoke_second_factor.cancel', |
| 38 | - 'attr' => [ 'class' => 'btn pull-right' ], |
|
| 38 | + 'attr' => ['class' => 'btn pull-right'], |
|
| 39 | 39 | 'route' => 'ss_second_factor_list', |
| 40 | 40 | ]); |
| 41 | 41 | } |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2014 SURFnet bv |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2014 SURFnet bv |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | ]); |
| 38 | 38 | $builder->add('verifyEmail', SubmitType::class, [ |
| 39 | 39 | 'label' => 'ss.form.ss_verify_email.button.verify_email', |
| 40 | - 'attr' => [ 'class' => 'btn btn-primary' ], |
|
| 40 | + 'attr' => ['class' => 'btn btn-primary'], |
|
| 41 | 41 | ]); |
| 42 | 42 | } |
| 43 | 43 | |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2022 SURFnet bv |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | ]) |
| 41 | 41 | ->add('confirm', SubmitType::class, [ |
| 42 | 42 | 'label' => 'ss.form.recovery_token.button.confirm', |
| 43 | - 'attr' => [ 'class' => 'btn btn-primary pull-right' ], |
|
| 43 | + 'attr' => ['class' => 'btn btn-primary pull-right'], |
|
| 44 | 44 | ]); |
| 45 | 45 | } |
| 46 | 46 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2022 SURFnet bv |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Copyright 2022 SURFnet B.V. |