Skip to content

Commit 94861f8

Browse files
palpalaniactions-user
authored andcommitted
Fix styling
1 parent a3d9fa2 commit 94861f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sqs/Queue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private function modifyPayload($payload, $class)
130130
'MessageId' => $messageId,
131131
'ReceiptHandle' => $receiptHandle,
132132
'Body' => json_encode($body),
133-
'Attributes' => $attributes
133+
'Attributes' => $attributes,
134134
];
135135

136136
//return $newPayload;

0 commit comments

Comments
 (0)