@@ -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 | |
@@ -481,7 +481,7 @@ |
||
| 481 | 481 | } |
| 482 | 482 | } |
| 483 | 483 | |
| 484 | - throw new Exception('Unknown team: ' . $teamName); |
|
| 484 | + throw new Exception('Unknown team: '.$teamName); |
|
| 485 | 485 | } |
| 486 | 486 | |
| 487 | 487 | } |