This commit is contained in:
Adrian Nürnberger
2025-01-20 09:50:36 +01:00
parent e834527db2
commit c4c9e915f4

View File

@ -225,7 +225,7 @@ final class JunitXmlLogger
*/
public function testFinished(Finished $event): void
{
if (!$this->prepared || $this->preparationFailed) {
if (! $this->prepared || $this->preparationFailed) {
return;
}