public function addStamp(StampInterface $stamp) : void { if (!$this->queued) { throw new LogicException(\sprintf('Cannot call "%s()" on a message that is not meant to be queued.', __METHOD__)); } $this->stamps[] = $stamp; }