Skip to content

Commit

Permalink
minor symfony#9424 fixes symfony#9342 adding on-invalid="ignore" (= n…
Browse files Browse the repository at this point in the history
…ull on constructor argument) (cordoval)

This PR was merged into the master branch.

Discussion
----------

fixes symfony#9342 adding on-invalid="ignore" (= null on constructor argument)

:baby:

Commits
-------

d44fd2d fixes symfony#9342 adding on-invalid="ignore" (= null on constructor argument)
  • Loading branch information
fabpot committed Oct 31, 2013
2 parents f8e88bc + d44fd2d commit 7fecfbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<argument>%web_profiler.debug_toolbar.intercept_redirects%</argument>
<argument>%web_profiler.debug_toolbar.mode%</argument>
<argument>%web_profiler.debug_toolbar.position%</argument>
<argument type="service" id="router" />
<argument type="service" id="router" on-invalid="ignore" />
</service>
</services>
</container>

0 comments on commit 7fecfbc

Please sign in to comment.