Skip to content

Commit ef03f28

Browse files
author
Hugo Hamon
committed
[FrameworkBundle] fixes displaying of deprecation notices.
1 parent 8f33fcf commit ef03f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/debug_prod.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<tag name="monolog.logger" channel="php" />
1717
<argument /><!-- Exception handler -->
1818
<argument type="service" id="logger" on-invalid="null" />
19-
<argument /><!-- Log levels map for enabled error levels -->
19+
<argument>null</argument><!-- Log levels map for enabled error levels -->
2020
<argument>null</argument>
2121
<argument>true</argument>
2222
<argument>null</argument><!-- %templating.helper.code.file_link_format% -->

0 commit comments

Comments
 (0)