mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01: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