exception: Correct label "Notice" for E_USER_NOTICE, not "Warning"
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 12 Oct 2018 04:05:16 +0000 (05:05 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 12 Oct 2018 04:05:16 +0000 (05:05 +0100)
commit1f92231f815c8c4ae03b97a0218b20f9e9cb2b7a
tree4ea0c4509110c8029e1c3c95f6c52092eb0a94a4
parentd69b967481649acbf8fa3d4e60df821bd24fda01
exception: Correct label "Notice" for E_USER_NOTICE, not "Warning"

Follows-up ef06b528d9, which fixed the severity of all PHP errors
to have severity "Warning" or higher.

However, it also accidentally changed the label of "Notice"
to "Warning", which is confusing and incorrect.

Change-Id: Iffd39aa23b7f2cbff5cdaf876b8d4d595dcd6f96
includes/exception/MWExceptionHandler.php