Skip to content

Additions to PR 263 #989

Additions to PR 263

Additions to PR 263 #989

Triggered via pull request April 22, 2024 11:56
Status Failure
Total duration 1m 26s
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/Manager.php#L129
Escaped Mutant for Mutator "ArrayOneItem": --- Original +++ New @@ @@ $userItemNames[] = $roleName; } } - return $userItemNames; + return count($userItemNames) > 1 ? array_slice($userItemNames, 0, 1, true) : $userItemNames; } public function canAddChild(string $parentName, string $childName) : bool {