Overrides ContextStorageInterface::scope
public function scope() : ?ContextStorageScopeInterface { return ($this->current->node->head ?? null) === $this->current ? $this->current->node : null; }