@@ -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 |
@@ -108,7 +108,7 @@ |
||
108 | 108 | function checkCorrectLogLevel(string $level): bool |
109 | 109 | { |
110 | 110 | $level = strtolower($level); |
111 | - if (! array_key_exists($level, LOG_LEVELS)) { |
|
111 | + if (!array_key_exists($level, LOG_LEVELS)) { |
|
112 | 112 | throw new InvalidArgumentException( |
113 | 113 | 'Level "' . $level . '" is not defined, use one of: ' . implode(', ', array_keys(LOG_LEVELS)) |
114 | 114 | ); |