Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Gytis Semenas committed Feb 5, 2018
1 parent 6d6a76a commit 7ce0092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sqs/Tests/SqsConnectionFactoryConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static function provideConfigs()
'secret' => 'theSecret',
'token' => 'theToken',
'lazy' => false,
'endpoint' => 'http://localstack:1111'
'endpoint' => 'http://localstack:1111',
],
[
'key' => 'theKey',
Expand Down

0 comments on commit 7ce0092

Please sign in to comment.