[Messenger][SQS] Document missing option

This commit is contained in:
Nyholm 2021-03-02 12:28:15 +01:00
parent 82e3b17cf4
commit bd6930effe
No known key found for this signature in database
GPG Key ID: 1187B6F70C4F519E
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class Connection
* * 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