@@ -162,8 +162,7 @@ |
||
| 162 | 162 | * @param array $attachments |
| 163 | 163 | * @return Webhook |
| 164 | 164 | */ |
| 165 | - public function setAttachments($attachments) |
|
| 166 | - { |
|
| 165 | + public function setAttachments($attachments) { |
|
| 167 | 166 | if (!is_array($attachments)) { |
| 168 | 167 | throw new InvalidArgumentException('The attachments must be an array.'); |
| 169 | 168 | } |