composer(deps-dev): bump phpstan/phpstan-doctrine from 1.5.3 to 1.5.4 #4046
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