Bump phpstan/phpstan from 2.1.33 to 2.1.34 #315
Merged
Annotations
1 warning
|
Run Infection mutation tests:
src/TestPerformanceTrait.php#L51
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
* @throws \MathPHP\Exception\BadDataException
* @throws \MathPHP\Exception\OutOfBoundsException
*/
- protected function checkPerformance(bool $function1 = true, float $pValue = 0.05) : self
+ protected function checkPerformance(bool $function1 = false, float $pValue = 0.05) : self
{
return $this->checkMeanTime($function1)->checkStudentTest($pValue);
}
|
Loading