Skip to content

Revert "composer(deps-dev): Bump rector/rector from 1.0.3 to 1.04" #288

Revert "composer(deps-dev): Bump rector/rector from 1.0.3 to 1.04"

Revert "composer(deps-dev): Bump rector/rector from 1.0.3 to 1.04" #288

Re-run triggered May 17, 2024 07:11
Status Success
Total duration 48s
Artifacts

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
Fit to window
Zoom out
Zoom in

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); } }