@inheritDoc
Overrides BaggageInterface::getValue
public function getValue(string $key) { if (($entry = $this->getEntry($key)) !== null) { return $entry->getValue(); } return null; }