Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 3ba8705

Browse files
committed
Use tabs consistently
1 parent b6f7a12 commit 3ba8705

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Resources/config/security.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<tag name="security.voter" priority="249" />
2626
</service>
2727

28-
<service id="scheb_two_factor.security.access.access_decider" class="Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider">
29-
<argument type="service" id="security.access_map" />
30-
<argument type="service" id="security.access.decision_manager" />
28+
<service id="scheb_two_factor.security.access.access_decider" class="Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider">
29+
<argument type="service" id="security.access_map" />
30+
<argument type="service" id="security.access.decision_manager" />
3131
<argument type="service" id="security.http_utils" />
3232
<argument type="service" id="security.logout_url_generator" />
33-
</service>
33+
</service>
3434

3535
<service id="scheb_two_factor.security.authentication.listener" class="Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener" abstract="true">
3636
<tag name="monolog.logger" channel="security" />
@@ -44,7 +44,7 @@
4444
<argument /> <!-- CSRF token validator -->
4545
<argument type="collection" /> <!-- Options -->
4646
<argument type="service" id="scheb_two_factor.trusted_device_manager" />
47-
<argument type="service" id="scheb_two_factor.security.access.access_decider" />
47+
<argument type="service" id="scheb_two_factor.security.access.access_decider" />
4848
<argument type="service" id="event_dispatcher" on-invalid="null"/>
4949
<argument type="service" id="scheb_two_factor.token_factory" />
5050
<argument type="service" id="logger" on-invalid="null" />

Resources/config/two_factor.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
<!-- Alias for auto-wiring -->
5252
<service id="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" alias="scheb_two_factor.firewall_context" public="true" />
5353

54-
<service id="scheb_two_factor.form_controller" class="Scheb\TwoFactorBundle\Controller\FormController" public="true">
55-
<argument type="service" id="security.token_storage" />
56-
<argument type="service" id="scheb_two_factor.provider_registry" />
54+
<service id="scheb_two_factor.form_controller" class="Scheb\TwoFactorBundle\Controller\FormController" public="true">
55+
<argument type="service" id="security.token_storage" />
56+
<argument type="service" id="scheb_two_factor.provider_registry" />
5757
<argument type="service" id="scheb_two_factor.firewall_context" />
5858
<argument type="service" id="security.logout_url_generator" />
5959
<argument>%scheb_two_factor.trusted_device.enabled%</argument>
60-
</service>
60+
</service>
6161

6262
<service id="scheb_two_factor.security.form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
6363
<argument type="service" id="twig" />

Resources/config/two_factor_provider_email.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
<!-- Aliases for auto-wiring -->
2121
<service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface" alias="scheb_two_factor.security.email.code_generator" public="true" />
2222

23-
<service id="scheb_two_factor.security.email.form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
24-
<argument type="service" id="twig" />
25-
<argument>%scheb_two_factor.email.template%</argument>
26-
</service>
23+
<service id="scheb_two_factor.security.email.form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
24+
<argument type="service" id="twig" />
25+
<argument>%scheb_two_factor.email.template%</argument>
26+
</service>
2727

2828
<service id="scheb_two_factor.security.email.provider" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\EmailTwoFactorProvider">
2929
<tag name="scheb_two_factor.provider" alias="email" />
3030
<argument type="service" id="scheb_two_factor.security.email.code_generator" />
31-
<argument type="service" id="scheb_two_factor.security.email.form_renderer"/>
31+
<argument type="service" id="scheb_two_factor.security.email.form_renderer"/>
3232
</service>
3333
</services>
3434
</container>

0 commit comments

Comments
 (0)