Skip to content

Commit

Permalink
Merge pull request #5 from SykesCottages/richardhughes-patch-2
Browse files Browse the repository at this point in the history
Update SQS.php
  • Loading branch information
richardhughes authored Feb 6, 2019
2 parents 25fe43b + 01e5aa6 commit 447ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connector/SQS.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use SykesCottages\Qu\Message\Contract\Message;
use SykesCottages\Qu\Message\SQSMessage;

final class SQS extends SqsClient implements QueueInterface
class SQS extends SqsClient implements QueueInterface
{
private const LONG_POLL_TIME = 20;

Expand Down

0 comments on commit 447ce3c

Please sign in to comment.