Skip to content

Commit c89f3d3

Browse files
committed
[HttpKernel] Added DEPRECATED errors
1 parent 44ba841 commit c89f3d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class ErrorHandler
2626
E_USER_NOTICE => 'User Notice',
2727
E_STRICT => 'Runtime Notice',
2828
E_RECOVERABLE_ERROR => 'Catchable Fatal Error',
29+
E_DEPRECATED => 'Deprecated',
30+
E_USER_DEPRECATED => 'User Deprecated',
2931
);
3032

3133
private $level;

0 commit comments

Comments
 (0)