Skip to content

Commit ef7b5c7

Browse files
author
Igor Paramonov
committed
[sns] another dummy commit - trigger rebuild
1 parent 5b89211 commit ef7b5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sns/SnsConnectionFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SnsConnectionFactory implements ConnectionFactory
3131
* 'version' => '2012-11-05', (string, required) The version of the webservice to utilize
3232
* 'lazy' => true, Enable lazy connection (boolean)
3333
* 'endpoint' => null, (string, default=null) The full URI of the webservice. This is only required when connecting to a custom endpoint e.g. localstack
34-
* 'topic_arns' => [], (array<string,string>) The list of existing topic arns
34+
* 'topic_arns' => [], (array<string,string>) The list of existing topic arns: key - topic name; value - arn
3535
* ].
3636
*
3737
* or

0 commit comments

Comments
 (0)