composer(deps-dev): Bump rector/rector from 0.17.4 to 0.18.0 #3091
Annotations
1 warning
src/FixtureFactory.php#L461
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