Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
More style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Anderson committed Mar 15, 2019
1 parent d213181 commit f6f1c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebhookClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function reply($message)
$this->text = $message;
}
} elseif ($message instanceof RichMessage) {
if (! $this->doesSupportRichMessage()){
if (! $this->doesSupportRichMessage()) {
$this->text = $message->getFallbackText();
}

Expand Down

0 comments on commit f6f1c93

Please sign in to comment.