File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments