[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

View File

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