composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.34.0 to 6.35.0 #368
Annotations
1 warning
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);
}
}
|
This job succeeded
Loading