Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
magroski committed Nov 15, 2022
1 parent 49207f4 commit 8ce89de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/SqsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class SqsClient
{
protected AmazonSqsClient $sqsClient;
protected string $queueUrl;
protected ?string $queueUrl;

/**
* SqsClient constructor.
Expand Down

0 comments on commit 8ce89de

Please sign in to comment.