Overrides SelfDescribing::toString
public function toString() : string { return \sprintf('%shas %s "%d" emails', $this->transport ? $this->transport . ' ' : '', $this->queued ? 'queued' : 'sent', $this->expectedValue); }