Skip to content

Commit c4c9e91

Browse files
committed
cs
1 parent e834527 commit c4c9e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overrides/Logging/JUnit/JunitXmlLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function testPrintedUnexpectedOutput(PrintedUnexpectedOutput $event): voi
225225
*/
226226
public function testFinished(Finished $event): void
227227
{
228-
if (!$this->prepared || $this->preparationFailed) {
228+
if (! $this->prepared || $this->preparationFailed) {
229229
return;
230230
}
231231

0 commit comments

Comments
 (0)