composer(deps-dev): bump ergebnis/phpstan-rules from 2.3.0 to 2.4.0 #4075
Annotations
1 warning
Run mutation tests with Xdebug and infection/infection:
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);
|
Loading