You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Model/Attachment.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ class Attachment extends AbstractModel
86
86
private$actions;
87
87
88
88
/**
89
-
* @var Array
89
+
* @var array
90
90
*/
91
91
private$mrkdwnIn;
92
92
@@ -320,7 +320,7 @@ public function setMrkdwnIn(array $mrkdwnIn)
320
320
}
321
321
322
322
/**
323
-
* @return Array Valid values for mrkdwn_in are: ["pretext", "text", "fields"]. Setting "fields" will enable markup formatting for the value of each field
323
+
* @return array Valid values for mrkdwn_in are: ["pretext", "text", "fields"]. Setting "fields" will enable markup formatting for the value of each field
0 commit comments