Skip to content

Merge pull request #168 from ergebnis/dependabot/composer/ergebnis/da… #442

Merge pull request #168 from ergebnis/dependabot/composer/ergebnis/da…

Merge pull request #168 from ergebnis/dependabot/composer/ergebnis/da… #442

Triggered via push November 18, 2024 21:53
Status Success
Total duration 58s
Artifacts

integrate.yaml

on: push
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

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