Skip to content

Merge pull request #601 from ergebnis/dependabot/composer/ergebnis/ph… #1485

Merge pull request #601 from ergebnis/dependabot/composer/ergebnis/ph…

Merge pull request #601 from ergebnis/dependabot/composer/ergebnis/ph… #1485

Triggered via push July 31, 2024 22:29
Status Success
Total duration 42s
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/ValidationResult.php#L30
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private array $errors; private function __construct(ValidationError ...$errors) { - $this->errors = \array_values($errors); + $this->errors = $errors; } public static function create(ValidationError ...$errors) : self {