@@ -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 |
@@ -115,6 +115,6 @@ |
||
115 | 115 | return $m[$level]; |
116 | 116 | } |
117 | 117 | |
118 | - throw new \Exception(__FUNCTION__ . "($level): $level is unknown"); |
|
118 | + throw new \Exception(__FUNCTION__."($level): $level is unknown"); |
|
119 | 119 | } |
120 | 120 | } |