@@ -24,7 +24,7 @@ |
||
24 | 24 | protected function write(LogRecord $record): void |
25 | 25 | { |
26 | 26 | /** @psalm-suppress InvalidArgument */ |
27 | - if (! $this->isHandling($record)) { |
|
27 | + if (!$this->isHandling($record)) { |
|
28 | 28 | // @codeCoverageIgnoreStart |
29 | 29 | return; // This is tested in FormattedPsrHandlerTest::notHandled but not picked up by PHPUnit as covered |
30 | 30 |