Skip to content

Commit cfc6078

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Update messenger.rst Delete duplicated words
2 parents 4705d75 + 9f1c2b8 commit cfc6078

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ The transport has a number of options:
13391339
====================== ====================================== ===================================
13401340
``access_key`` AWS access key
13411341
``account`` Identifier of the AWS account The owner of the credentials
1342-
``auto_setup`` Whether the table should be created ``true``
1342+
``auto_setup`` Whether the queue should be created ``true``
13431343
automatically during send / get.
13441344
``buffer_size`` Number of messages to prefetch 9
13451345
``endpoint`` Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com

service_container/tags.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -785,9 +785,9 @@ indexed by the ``key`` attribute:
785785
};
786786
787787
After compilation the ``HandlerCollection`` is able to iterate over your
788-
application handlers. To retrieve a specific service by it's ``key`` attribute
789-
from the iterator, we can use ``iterator_to_array`` and retrieve the ``handler_two``:
790-
to get an array and then retrieve the ``handler_two`` handler::
788+
application handlers. To retrieve a specific service from the iterator, call the
789+
``iterator_to_array()`` function and then use the ``key`` attribute to get the
790+
array element. For example, to retrieve the ``handler_two`` handler::
791791

792792
// src/Handler/HandlerCollection.php
793793
namespace App\Handler;

0 commit comments

Comments
 (0)