Overrides RefinableCalculatedPermissionsInterface::removeItem
public function removeItem(string $scope = AccessPolicyInterface::SCOPE_DRUPAL, string|int $identifier = AccessPolicyInterface::SCOPE_DRUPAL) : self { unset($this->items[$scope][$identifier]); return $this; }