mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
cs
This commit is contained in:
@ -225,7 +225,7 @@ final class JunitXmlLogger
|
||||
*/
|
||||
public function testFinished(Finished $event): void
|
||||
{
|
||||
if (!$this->prepared || $this->preparationFailed) {
|
||||
if (! $this->prepared || $this->preparationFailed) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user