8000 minor #38555 [Messenger] Fixed typos in Amqp Connection (Nyholm) · symfony/symfony@4529e08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4529e08

Browse files
committed
minor #38555 [Messenger] Fixed typos in Amqp Connection (Nyholm)
This PR was submitted for the 5.x branch but it was merged into the 5.1 branch instead. Discussion ---------- [Messenger] Fixed typos in Amqp Connection | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | n/a Sorry for a small PR. When working with symfony/symfony-docs#14404, I found a typo, then another one.. When I found 4 of them I decided to make a PR. Commits ------- 5dec141 [Messenger] Fixed typos in Connection
2 parents 268e9e3 + 5dec141 commit 4529e08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
123123
* * host: Hostname of the AMQP service
124124
* * port: Port of the AMQP service
125125
* * vhost: Virtual Host to use with the AMQP service
126-
* * user: Username to use to connect the the AMQP service
127-
* * password: Password to use the connect to the AMQP service
126+
* * user: Username to use to connect the AMQP service
127+
* * password: Password to use to connect to the AMQP service
128128
* * read_timeout: Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
129129
* * write_timeout: Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
130130
* * connect_timeout: Connection timeout. Note: 0 or greater seconds. May be fractional.
@@ -155,8 +155,8 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
155155
* which means heartbeats checked only during blocking calls.
156156
*
157157
* TLS support (see https://www.rabbitmq.com/ssl.html for details):
158-
* * cacert: Path to the CA cert file in PEM format..
159-
* * cert: Path to the client certificate in PEM foramt.
158+
* * cacert: Path to the CA cert file in PEM format.
159+
* * cert: Path to the client certificate in PEM format.
160160
* * key: Path to the client key in PEM format.
161161
* * verify: Enable or disable peer verification. If peer verification is enabled then the common name in the
162162
* server certificate must match the server name. Peer verification is enabled by default.

0 commit comments

Comments
 (0)
0