@@ -335,7 +335,7 @@ |
||
335 | 335 | } elseif (is_array($attachment)) { |
336 | 336 | $attachmentObject = new Attachment($attachment); |
337 | 337 | |
338 | - if (! isset($attachment['mrkdwn_in'])) { |
|
338 | + if ( ! isset($attachment['mrkdwn_in'])) { |
|
339 | 339 | $attachmentObject->setMarkdownFields($this->getMarkdownInAttachments()); |
340 | 340 | } |
341 | 341 |
@@ -390,7 +390,7 @@ |
||
390 | 390 | * Send the message. |
391 | 391 | * |
392 | 392 | * @param string $text The text to send |
393 | - * @return void |
|
393 | + * @return Message |
|
394 | 394 | */ |
395 | 395 | public function send($text = null) |
396 | 396 | { |