mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Adding deprecated error level to the map switch.
This commit is contained in:
parent
f2f3f13c75
commit
55623ace92
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,10 @@ class ErrorHandler {
|
|||
$error = 'Strict';
|
||||
$log = LOG_NOTICE;
|
||||
break;
|
||||
case E_DEPRECATED:
|
||||
$error = 'Deprecated';
|
||||
$log = LOG_NOTICE;
|
||||
break;
|
||||
default:
|
||||
return array();
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue