@@ -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 |
@@ -204,7 +204,7 @@ |
||
204 | 204 | $this->confirm = new ActionConfirmation($confirm); |
205 | 205 | |
206 | 206 | return $this; |
207 | - } elseif (! isset($confirm)) { |
|
207 | + } elseif ( ! isset($confirm)) { |
|
208 | 208 | $this->confirm = null; |
209 | 209 | return $this; |
210 | 210 | } |