Skip to content

Commit

Permalink
[SecurityBundle] correct types for default arguments for firewall con…
Browse files Browse the repository at this point in the history
…figs
  • Loading branch information
Douglas Greenshields committed Oct 23, 2019
1 parent 5d097d2 commit 6b7044f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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">
Expand Down

0 comments on commit 6b7044f

Please sign in to comment.