Overrides TextMapPropagatorInterface::inject
public function inject(mixed &$carrier, ?PropagationSetterInterface $setter = null, ?ContextInterface $context = null) : void { if (!$this->propagator instanceof TextMapPropagatorInterface) { $this->propagator = ($this->propagator)(); } $this->propagator ->inject($carrier, $setter, $context); }