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:
1339
1339
====================== ====================================== ===================================
1340
1340
``access_key `` AWS access key
1341
1341
``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 ``
1343
1343
automatically during send / get.
1344
1344
``buffer_size `` Number of messages to prefetch 9
1345
1345
``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:
785
785
};
786
786
787
787
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::
791
791
792
792
// src/Handler/HandlerCollection.php
793
793
namespace App\Handler;
You can’t perform that action at this time.
0 commit comments