Skip to content

Commit ef05473

Browse files
committed
cs fixes
1 parent 55f83c2 commit ef05473

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/configuration/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,12 +807,12 @@ multiple firewalls, the "context" could actually be shared:
807807
808808
return static function (SecurityConfig $security) {
809809
$security->firewall('somename')
810-
// ..
810+
// ...
811811
->context('my_context')
812812
;
813813
814814
$security->firewall('othername')
815-
// ..
815+
// ...
816816
->context('my_context')
817817
;
818818
};

security/experimental_authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ unauthenticated access (e.g. the login page):
122122
.. code-block:: php
123123
124124
// config/packages/security.php
125-
use Symfony\Config\SecurityConfig;
126125
use Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter;
126+
use Symfony\Config\SecurityConfig;
127127
128128
return static function (SecurityConfig $security) {
129129
$security->enableAuthenticatorManager(true);

0 commit comments

Comments
 (0)