Merge pull request #1179 from ergebnis/dependabot/composer/rector/rec… #3246
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