Improve performance #294
mutation-tests-diff.yml
on: pull_request
Matrix: Mutation tests on diff
Annotations
1 error and 1 warning
|
Mutation tests on diff (locked, 8.5, ubuntu-latest)
Process completed with exit code 1.
|
|
Mutation tests on diff (locked, 8.5, ubuntu-latest):
src/MetadataHydrator.php#L84
Escaped Mutant for Mutator "CloneRemoval":
@@ @@
return (new ReflectionClass($class))->newLazyProxy(
function () use ($metadata, $data, $context): object {
- $stack = clone $this->stack;
+ $stack = $this->stack;
return $stack->next()->hydrate($metadata, $data, $context, $stack);
},
|