[SecurityBundle] correct types for default arguments for firewall configs

This commit is contained in:
Douglas Greenshields 2019-10-23 10:40:35 +01:00
parent 5d097d2eb5
commit 6b7044fc01
No known key found for this signature in database
GPG Key ID: 83D5115506503F06
1 changed files with 3 additions and 3 deletions

View File

@ -150,15 +150,15 @@
<argument /> <!-- name -->
<argument /> <!-- user_checker -->
<argument /> <!-- request_matcher -->
<argument /> <!-- security enabled -->
<argument /> <!-- stateless -->
<argument>false</argument> <!-- security enabled -->
<argument>false</argument> <!-- stateless -->
<argument /> <!-- provider -->
<argument /> <!-- context -->
<argument /> <!-- entry_point -->
<argument /> <!-- access_denied_handler -->
<argument /> <!-- access_denied_url -->
<argument type="collection" /> <!-- listeners -->
<argument /> <!-- switch_user -->
<argument>null</argument> <!-- switch_user -->
</service>
<service id="security.logout_url_generator" class="Symfony\Component\Security\Http\Logout\LogoutUrlGenerator">