Skip to content

Resolve merge conflicts #671

Resolve merge conflicts

Resolve merge conflicts #671

Triggered via push September 15, 2023 07:56
Status Success
Total duration 1m 2s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

mutation.yml

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

Annotations

1 warning
mutation / PHP 8.1-ubuntu-latest: src/Manager.php#L365
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { if ($this->itemsStorage->exists($name)) { $this->itemsStorage->remove($name); - $this->assignmentsStorage->removeByItemName($name); + } } private function guestHasPermission(string $permissionName) : bool