update dependencies #1387
Annotations
1 warning
Run mutation tests with infection/infection:
src/IosBuild.php#L70
Escaped Mutant for Mutator "LessThan":
@@ @@
if ($matchCode['primaryCode'] . $matchCode['secondaryCode'] !== $matchNeedle['primaryCode'] . $matchNeedle['secondaryCode']) {
continue;
}
- if ($matchNeedle['buildCode'] < $matchCode['buildCode']) {
+ if ($matchNeedle['buildCode'] <= $matchCode['buildCode']) {
continue;
}
$candidate[$matchCode['buildCode']] = $versions[$key];
|
Loading