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.
1 parent dbf9c33 commit 608d241Copy full SHA for 608d241
src/Listener/Mvc.php
@@ -36,7 +36,7 @@ class Mvc extends AbstractListenerAggregate
36
E_CORE_ERROR => 'E_CORE_ERROR',
37
E_CORE_WARNING => 'E_CORE_WARNING',
38
E_COMPILE_ERROR => 'E_COMPILE_ERROR',
39
- E_CORE_WARNING => 'E_CORE_WARNING',
+ E_COMPILE_WARNING => 'E_COMPILE_WARNING',
40
E_USER_ERROR => 'E_USER_ERROR',
41
E_USER_WARNING => 'E_USER_WARNING',
42
E_USER_NOTICE => 'E_USER_NOTICE',
0 commit comments