Skip to content

Commit 0a1ec09

Browse files
authored
Update CS dependencies (#1688)
1 parent addd4b4 commit 0a1ec09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- Fix CS
8+
59
## 1.0.0
610

711
### Added

src/Job/AsyncAwsSqsJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function getRawBody()
109109
/**
110110
* Get the underlying SQS client instance.
111111
*
112-
* @return \AsyncAws\Sqs\SqsClient
112+
* @return SqsClient
113113
*/
114114
public function getSqs()
115115
{

0 commit comments

Comments
 (0)