Skip to content

Commit 3a566ec

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Messenger] Fix typo in option name user->login
2 parents 2884569 + 61b4ca8 commit 3a566ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@ The transport has a number of options:
11841184
calls.
11851185
``host`` Hostname of the AMQP service
11861186
``key`` Path to the client key in PEM format.
1187+
``login`` Username to use to connect the AMQP service
11871188
``password`` Password to use to connect to the AMQP service
11881189
``persistent`` ``'false'``
11891190
``port`` Port of the AMQP service
@@ -1193,7 +1194,6 @@ The transport has a number of options:
11931194
``sasl_method``
11941195
``connection_name`` For custom connection names (requires at least
11951196
version 1.10 of the PHP AMQP extension)
1196-
``user`` Username to use to connect the AMQP service
11971197
``verify`` Enable or disable peer verification. If peer
11981198
verification is enabled then the common name in
11991199
the server certificate must match the server

0 commit comments

Comments
 (0)