Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b7044f

Browse filesBrowse files
author
Douglas Greenshields
committed
[SecurityBundle] correct types for default arguments for firewall configs
1 parent 5d097d2 commit 6b7044f
Copy full SHA for 6b7044f

File tree

1 file changed

+3
-3
lines changed
Filter options
  • src/Symfony/Bundle/SecurityBundle/Resources/config

1 file changed

+3
-3
lines changed

‎src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@
150150
<argument /> <!-- name -->
151151
<argument /> <!-- user_checker -->
152152
<argument /> <!-- request_matcher -->
153-
<argument /> <!-- security enabled -->
154-
<argument /> <!-- stateless -->
153+
<argument>false</argument> <!-- security enabled -->
154+
<argument>false</argument> <!-- stateless -->
155155
<argument /> <!-- provider -->
156156
<argument /> <!-- context -->
157157
<argument /> <!-- entry_point -->
158158
<argument /> <!-- access_denied_handler -->
159159
<argument /> <!-- access_denied_url -->
160160
<argument type="collection" /> <!-- listeners -->
161-
<argument /> <!-- switch_user -->
161+
<argument>null</argument> <!-- switch_user -->
162162
</service>
163163

164164
<service id="security.logout_url_generator" class="Symfony\Component\Security\Http\Logout\LogoutUrlGenerator">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.