@@ -110,7 +110,7 @@ |
||
110 | 110 | public static function checkCorrectLogLevel(string $level): bool |
111 | 111 | { |
112 | 112 | $level = strtolower($level); |
113 | - if (! array_key_exists($level, self::LOG_LEVELS)) { |
|
113 | + if (!array_key_exists($level, self::LOG_LEVELS)) { |
|
114 | 114 | throw new InvalidArgumentException( |
115 | 115 | 'Level "' . $level . '" is not defined, use one of: ' . implode(', ', array_keys(self::LOG_LEVELS)), |
116 | 116 | ); |