Skip to content

Commit

Permalink
[Messenger][SQS] Document missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Mar 2, 2021
1 parent eff2a5c commit 88734eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Transport/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function __destruct()
* * wait_time: long polling duration in seconds (Default: 20)
* * poll_timeout: amount of seconds the transport should wait for new message
* * visibility_timeout: amount of seconds the message won't be visible
* * sslmode: Can be "disable" to use http for a custom endpoint
* * auto_setup: Whether the queue should be created automatically during send / get (Default: true)
*/
public static function fromDsn(string $dsn, array $options = [], HttpClientInterface $client = null): self
Expand Down

0 comments on commit 88734eb

Please sign in to comment.