We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ba841 commit c89f3d3Copy full SHA for c89f3d3
src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
@@ -26,6 +26,8 @@ class ErrorHandler
26
E_USER_NOTICE => 'User Notice',
27
E_STRICT => 'Runtime Notice',
28
E_RECOVERABLE_ERROR => 'Catchable Fatal Error',
29
+ E_DEPRECATED => 'Deprecated',
30
+ E_USER_DEPRECATED => 'User Deprecated',
31
);
32
33
private $level;
0 commit comments