Resolve merge conflicts #671
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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
|