fix: Fix the Diff command #1106
Annotations
1 error and 1 warning
Run make _infection_ci --debug
Process completed with exit code 2.
|
Run make _infection_ci --debug:
src/Console/Command/Diff.php#L249
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
private static function renderPaths(string $symbol, PharInfo $pharInfo, array $paths, IO $io) : void
{
$bufferedOutput = new BufferedOutput($io->getVerbosity(), $io->isDecorated(), $io->getOutput()->getFormatter());
- PharInfoRenderer::renderContent($bufferedOutput, $pharInfo, false, false);
+ PharInfoRenderer::renderContent($bufferedOutput, $pharInfo, false, true);
$lines = array_map(static fn(string $line) => '' === $line ? '' : $symbol . ' ' . $line, explode(PHP_EOL, $bufferedOutput->fetch()));
$io->writeln($lines);
}
|
The logs for this run have expired and are no longer available.
Loading