We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 953561e + ae53b65 commit bcdcafaCopy full SHA for bcdcafa
Resources/config/debug_prod.xml
@@ -14,7 +14,7 @@
14
<service id="debug.debug_handlers_listener" class="%debug.debug_handlers_listener.class%">
15
<tag name="kernel.event_subscriber" />
16
<tag name="monolog.logger" channel="php" />
17
- <argument /><!-- Exception handler -->
+ <argument>null</argument><!-- Exception handler -->
18
<argument type="service" id="logger" on-invalid="null" />
19
<argument>null</argument><!-- Log levels map for enabled error levels -->
20
<argument>null</argument>
0 commit comments