fix: Fix the support of the diff with checksum #1145
Annotations
1 error and 1 warning
|
src/Console/Command/Diff.php#L360
Escaped Mutant for Mutator "CloneRemoval":
--- Original
+++ New
@@ @@
}
private static function getShortSummary(PharInfo $pharInfo, IO $io) : string
{
- $output = new BufferedOutput($io->getVerbosity(), false, clone $io->getOutput()->getFormatter());
+ $output = new BufferedOutput($io->getVerbosity(), false, $io->getOutput()->getFormatter());
self::renderShortSummary($pharInfo, $io->withOutput($output));
return $output->fetch();
}
|
The logs for this run have expired and are no longer available.
Loading