We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addd4b4 commit 0a1ec09Copy full SHA for 0a1ec09
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Changed
6
+
7
+- Fix CS
8
9
## 1.0.0
10
11
### Added
src/Job/AsyncAwsSqsJob.php
@@ -109,7 +109,7 @@ public function getRawBody()
109
/**
110
* Get the underlying SQS client instance.
111
*
112
- * @return \AsyncAws\Sqs\SqsClient
+ * @return SqsClient
113
*/
114
public function getSqs()
115
{
0 commit comments