composer(deps-dev): Bump ergebnis/composer-normalize from 2.38.0 to 2.39.0 #3226
Annotations
1 warning
src/FixtureFactory.php#L460
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);
}
}
|
The logs for this run have expired and are no longer available.
Loading