Skip to content

Commit

Permalink
Apply fixes from StyleCI (#73). Relates to #71, #70
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Chibrikin <alek13@users.noreply.github.com>
  • Loading branch information
alek13 and alek13 committed Sep 27, 2021
1 parent 23b928d commit eec14a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -476,7 +476,7 @@ public function sendMessage(Message $message)
'headers' => [
'Content-Type' => 'application/json',
],
'body' => $encoded
'body' => $encoded,
]);
}

Expand Down

0 comments on commit eec14a3

Please sign in to comment.