docs: refresh README for shipped Doctrine + Symfony bundle#5
Merged
Merged
Annotations
1 warning
|
Mutation testing:
src/Infrastructure/Doctrine/Type/ChangesetType.php#L40
Escaped Mutant for Mutator "UnwrapArrayMap":
@@ @@
throw new InvalidArgumentException(sprintf('Expected %s, got %s.', Changeset::class, get_debug_type($value)));
}
- $rows = array_map(
- static fn (FieldChange $f): array => [
- 'field' => $f->field,
- 'old' => $f->old,
- 'new' => $f->new,
- 'redacted' => $f->redacted,
- ],
- $value->fields,
- );
+ $rows = $value->fields;
return json_encode($rows, JSON_THROW_ON_ERROR);
}
|
background
wait
wait-all
cancel
parallel
Loading