Overrides ContextStorageScopeInterface::offsetSet
public function offsetSet(mixed $offset, mixed $value) : void { $this->localStorage[$offset] = $value; }