Revert "composer(deps-dev): Bump rector/rector from 1.0.3 to 1.04" #288
integrate.yaml
on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Annotations
2 warnings
Dependency Analysis (7.4, locked)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Mutation Tests (7.4, locked):
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);
}
}
|