Overrides ContextStorageInterface::attach
public function attach(ContextInterface $context) : ContextStorageScopeInterface { return $this->current->node = new ContextStorageNode($context, $this->current, $this->current->node); }