Skip to content

Improve performance #294

Improve performance

Improve performance #294

Triggered via pull request February 26, 2026 10:52
Status Failure
Total duration 29s
Artifacts

mutation-tests-diff.yml

on: pull_request
Matrix: Mutation tests on diff
Fit to window
Zoom out
Zoom in

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); },