@@ -7,7 +7,7 @@ |
||
| 7 | 7 | use function function_exists; |
| 8 | 8 | |
| 9 | 9 | // @codeCoverageIgnoreStart |
| 10 | -if (! function_exists('WyriHaximus\PSR3\processPlaceHolders')) { |
|
| 10 | +if (!function_exists('WyriHaximus\PSR3\processPlaceHolders')) { |
|
| 11 | 11 | require __DIR__ . '/functions.php'; |
| 12 | 12 | } |
| 13 | 13 | // @codeCoverageIgnoreEnd |
@@ -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, LOG_LEVELS)) { |
|
| 113 | + if (!array_key_exists($level, LOG_LEVELS)) { |
|
| 114 | 114 | throw new InvalidArgumentException( |
| 115 | 115 | 'Level "' . $level . '" is not defined, use one of: ' . implode(', ', array_keys(LOG_LEVELS)), |
| 116 | 116 | ); |