Skip to content

Remove the code that is not needed anymore #978

Remove the code that is not needed anymore

Remove the code that is not needed anymore #978

Triggered via push March 2, 2024 08:35
Status Failure
Total duration 1m 20s
Artifacts

mutation.yml

on: push
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#L91
Escaped Mutant for Mutator "Break_": --- Original +++ New @@ @@ foreach ($data['children'] as $childItem) { if (!$this->executeRule($userId === null ? $userId : (string) $userId, $childItem, $parameters)) { $hasPermission = false; - break; + continue; } } if ($hasPermission) {