diff --git a/overrides/Logging/JUnit/JunitXmlLogger.php b/overrides/Logging/JUnit/JunitXmlLogger.php index 433bc05b..b7362b1f 100644 --- a/overrides/Logging/JUnit/JunitXmlLogger.php +++ b/overrides/Logging/JUnit/JunitXmlLogger.php @@ -225,7 +225,7 @@ final class JunitXmlLogger */ public function testFinished(Finished $event): void { - if (!$this->prepared || $this->preparationFailed) { + if (! $this->prepared || $this->preparationFailed) { return; }