Skip to content

composer(deps-dev): bump ergebnis/license from 2.5.0 to 2.6.0 #4060

composer(deps-dev): bump ergebnis/license from 2.5.0 to 2.6.0

composer(deps-dev): bump ergebnis/license from 2.5.0 to 2.6.0 #4060

Triggered via pull request November 18, 2024 17:18
Status Success
Total duration 50s
Artifacts

integrate.yaml

on: pull_request
Matrix: Backward-Compatibility Analysis
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 (8.1, locked): src/FixtureFactory.php#L459
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ } $classMetadataOfFieldValue = $this->entityManager->getClassMetadata($fieldValue::class); $collection = $classMetadataOfFieldValue->getFieldValue($fieldValue, $inversedBy); - if (!$collection instanceof Common\Collections\Collection) { + if (!true) { return; } $collection->add($entity);