Skip to content

Commit 579b691

Browse files
authored
Merge pull request #751 from Orkin/patch-1
Update SqsConnectionFactory.php
2 parents 90c83ff + cd4bd47 commit 579b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/sqs/SqsConnectionFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class SqsConnectionFactory implements ConnectionFactory
4040
* sqs:
4141
* sqs::?key=aKey&secret=aSecret&token=aToken
4242
*
43-
* @param array|string|SqsClient|null $config
43+
* @param array|string|AwsSqsClient|null $config
4444
*/
4545
public function __construct($config = 'sqs:')
4646
{

0 commit comments

Comments
 (0)