@@ -159,7 +159,7 @@ |
||
| 159 | 159 | * const NOTICE = 'notice'; // Normal but significant events. |
| 160 | 160 | * const INFO = 'info'; // Interesting events. User logs in, SQL logs. |
| 161 | 161 | * const DEBUG = 'debug'; // Detailed debug information. |
| 162 | - */ |
|
| 162 | + */ |
|
| 163 | 163 | private static function map_error_level_to_log_level($level) : string |
| 164 | 164 | { |
| 165 | 165 | // http://php.net/manual/en/errorfunc.constants.php |