From d454a36a481a5da556b9fc7cd61d6fedc93dbbc2 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 15 Oct 2024 15:34:49 +0100 Subject: [PATCH] removes non reported error --- src/Plugins/Parallel/Paratest/WrapperRunner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Parallel/Paratest/WrapperRunner.php b/src/Plugins/Parallel/Paratest/WrapperRunner.php index c046ed28..61755bac 100644 --- a/src/Plugins/Parallel/Paratest/WrapperRunner.php +++ b/src/Plugins/Parallel/Paratest/WrapperRunner.php @@ -391,7 +391,7 @@ final class WrapperRunner implements RunnerInterface $testSuite = (new LogMerger)->merge($this->junitFiles); (new Writer)->write( - $testSuite, // @phpstan-ignore-line + $testSuite, $this->options->configuration->logfileJunit(), ); }