Skip to content

Commit

Permalink
Update CS dependencies (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Mar 19, 2024
1 parent addd4b4 commit 0a1ec09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- Fix CS

## 1.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Job/AsyncAwsSqsJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function getRawBody()
/**
* Get the underlying SQS client instance.
*
* @return \AsyncAws\Sqs\SqsClient
* @return SqsClient
*/
public function getSqs()
{
Expand Down

0 comments on commit 0a1ec09

Please sign in to comment.