Overrides ContextStorageInterface::attach
public function attach(ContextInterface $context) : ContextStorageScopeInterface { return $this->bc ? $this->bc ->attach($context) : $this->storage ->attach($context); }