TransportInterface[] $transports:
public function __construct(array $transports, int $retryPeriod = 60) { if (!$transports) { throw new TransportException(\sprintf('"%s" must have at least one transport configured.', static::class)); } $this->deadTransports = new \SplObjectStorage(); }