8000 Apply suggestions from code review · symfony/symfony@91d8855 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91d8855

Browse files
chalasrogizanaginoniagriconomie
authored
Apply suggestions from code review
Co-Authored-By: Maxime Steinhausser <ogizanagi@users.noreply.github.com> Co-Authored-By: Antoine Makdessi <antoine.makdessi@agriconomie.com>
1 parent ee219ef commit 91d8855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CHANGELOG
55
-----
66

77
* Added security configuration for priority-based access decision strategy
8-
* Added `switch_user.allow_already_switched` option to allow switching seamlessly when already switched (default `false`)
8+
* Added `switch_user.allow_already_switched` option to allow switching seamlessly when already switched (default `false`)
99

1010
5.0.0
1111
-----

src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<argument>ROLE_ALLOWED_TO_SWITCH</argument>
203203
<argument type="service" id="event_dispatcher" on-invalid="null"/>
204204
<argument>false</argument> <!-- Stateless -->
205-
<argument>false</argument> <!-- Consecutive Switching -->
205+
<argument>false</argument> <!-- Seamless Switching -->
206206
</service>
207207

208208
<service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener">

0 commit comments

Comments
 (0)
0