Overrides ContextStorageInterface::attach
public function attach(ContextInterface $context) : ContextStorageScopeInterface { $head = $this->heads[Fiber::getCurrent() ?? $this] ??= new ContextStorageHead($this); return $head->node = new ContextStorageNode($context, $head, $head->node); }