Refactor BaseActiveRecord::getAttributes()
#804
Annotations
1 warning
Run infection.:
src/ActiveRelationTrait.php#L374
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
return;
}
$model = reset($models);
- if ($model instanceof ActiveRecordInterface) {
+ if (false) {
/** @var ActiveQuery $relation */
$relation = $model->getRelation($name);
} else {
|
The logs for this run have expired and are no longer available.
Loading