Enhancement: Add support for PHP 8.4 #438
Annotations
1 warning
Run mutation tests with Xdebug and infection/infection:
src/PreRelease.php#L127
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
}
private static function isNumericIdentifier(string $value) : bool
{
- return 1 === \preg_match('/^\\d+$/', $value);
+ return 2 === \preg_match('/^\\d+$/', $value);
}
}
|
Loading