8000 [Messenger] Fixed typos in Connection · symfony/symfony@12a6aeb · GitHub
[go: up one dir, main page]

Skip to content

Commit 12a6aeb

Browse files
committed
[Messenger] Fixed typos in Connection
1 parent 8fa0573 commit 12a6aeb

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
@@ -124,8 +124,8 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
124124
* * host: Hostname of the AMQP service
125125
* * port: Port of the AMQP service
126126
* * vhost: Virtual Host to use with the AMQP service
127-
* * user: Username to use to connect the the AMQP service
128-
* * password: Password to use the connect to the AMQP service
127+
* * user: Username to use to connect the AMQP service
128+
* * password: Password to use to connect to the AMQP service
129129
* * read_timeout: Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
130130
* * write_timeout: Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
131131
* * connect_timeout: Connection timeout. Note: 0 or greater seconds. May be fractional.
@@ -157,8 +157,8 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
157157
* which means heartbeats checked only during blocking calls.
158158
*
159159
* TLS support (see https://www.rabbitmq.com/ssl.html for details):
160-
* * cacert: Path to the CA cert file in PEM format..
161-
* * cert: Path to the client certificate in PEM foramt.
160+
* * cacert: Path to the CA cert file in PEM format.
161+
* * cert: Path to the client certificate in PEM format.
162162
* * key: Path to the client key in PEM format.
163163
* * verify: Enable or disable peer verification. If peer verification is enabled then the common name in the
164164
* server certificate must match the server name. Peer verification is enabled by default.

0 commit comments

Comments
 (0)
0