minor #40343 [Messenger] [SQS] Document missing option "sslmode" (Nyholm)

This PR was merged into the 5.2 branch.

Discussion
----------

[Messenger] [SQS] Document missing option "sslmode"

| Q             | A
| ------------- | ---
| Branch?       | 5.2
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

This is a minor. There is an option "sslmode" that is not documented with the other options.

Commits
-------

bd6930effe [Messenger][SQS] Document missing option
This commit is contained in:
Alexander M. Turek 2021-03-02 13:11:14 +01:00
commit 4108cdeff0
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