Skip to content

Merge rules from PHP attributes with rules provided via getRules() method #4581

Merge rules from PHP attributes with rules provided via getRules() method

Merge rules from PHP attributes with rules provided via getRules() method #4581

Triggered via pull request September 7, 2024 08:54
@vjikvjik
synchronize #747
merge-rules
Status Failure
Total duration 3m 50s
Artifacts

mutation.yml

on: pull_request
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
mutation / PHP 8.3-ubuntu-latest
Process completed with exit code 1.
mutation / PHP 8.3-ubuntu-latest: src/Helper/ObjectParser.php#L265
Escaped Mutant for Mutator "ArrayOneItem": --- Original +++ New @@ @@ } } $this->setCacheItem('labels', $labels); - return $labels; + return count($labels) > 1 ? array_slice($labels, 0, 1, true) : $labels; } /** * Returns a property value of the parsed object.