Drop Codeception 4 support, php < 8.0 and symfony < 5.0 #7
Annotations
1 error and 1 warning
|
tests/e2e/Codeception_Basic/src/Inner/InnerSourceClass.php#L13
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
{
public function sub(float $a, float $b) : float
{
- return $a - $b;
+ return $a + $b;
}
}
|
The logs for this run have expired and are no longer available.
Loading