@@ -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 | |
@@ -225,7 +225,7 @@ |
||
| 225 | 225 | 'value' => $this->getValue(), |
| 226 | 226 | ]; |
| 227 | 227 | |
| 228 | - if($confirm){ |
|
| 228 | + if ($confirm) { |
|
| 229 | 229 | $ret['confirm'] = $confirm->toArray(); |
| 230 | 230 | } |
| 231 | 231 | |