Enhancement: Implement ConcatenatingValueGenerator
#20
Annotations
1 error and 1 warning
|
src/ConcatenatingValueGenerator.php#L40
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
$this->secondGenerator = new ValueGenerator('');
return;
}
- if (2 === $count) {
+ if (1 === $count) {
$this->secondGenerator = \array_shift($generators);
return;
}
|
The logs for this run have expired and are no longer available.
Loading