@@ -124,8 +124,8 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
124
124
* * host: Hostname of the AMQP service
125
125
* * port: Port of the AMQP service
126
126
* * 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
129
129
* * read_timeout: Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
130
130
* * write_timeout: Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
131
131
* * connect_timeout: Connection timeout. Note: 0 or greater seconds. May be fractional.
@@ -157,8 +157,8 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
157
157
* which means heartbeats checked only during blocking calls.
158
158
*
159
159
* 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 .
162
162
* * key: Path to the client key in PEM format.
163
163
* * verify: Enable or disable peer verification. If peer verification is enabled then the common name in the
164
164
* server certificate must match the server name. Peer verification is enabled by default.
0 commit comments