@@ -172,7 +172,7 @@ |
||
172 | 172 | * const NOTICE = 'notice'; // Normal but significant events. |
173 | 173 | * const INFO = 'info'; // Interesting events. User logs in, SQL logs. |
174 | 174 | * const DEBUG = 'debug'; // Detailed debug information. |
175 | - */ |
|
175 | + */ |
|
176 | 176 | private static function mapErrorLevelToLogLevel($level): string |
177 | 177 | { |
178 | 178 | // http://php.net/manual/en/errorfunc.constants.php |