Overrides RefinableCalculatedPermissionsInterface::removeItemsByScope
public function removeItemsByScope(string $scope) : self { unset($this->items[$scope]); return $this; }