Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4949046

Browse files
jderussedeguif
andcommitted
Update src/Symfony/Component/Messenger/Transport/SqsExt/Connection.php
Co-Authored-By: François-Xavier de Guillebon <[email protected]>
1 parent efd6d5e commit 4949046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Transport/SqsExt/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __construct(array $configuration, HttpClientInterface $client =
7474
* * buffer_size: number of messages to prefetch (Default: 9)
7575
* * wait_time: long polling duration in seconds (Default: 20)
7676
* * visibility_timeout: amount of seconds the message won't be visible
77-
* * auto_setup: Whether the table should be created automatically during send / get (Default: true)
77+
* * auto_setup: Whether the queue should be created automatically during send / get (Default: true)
7878
*/
7979
public static function fromDsn(string $dsn, array $options = [], HttpClientInterface $client = null): self
8080
{

0 commit comments

Comments
 (0)