@@ -13,8 +13,7 @@ class IntercomMessage
1313 public const TEMPLATE_PERSONAL = 'personal ' ;
1414
1515 /**
16- * @param string $body
17- *
16+ * @param string $body
1817 * @return IntercomMessage
1918 */
2019 public static function create (?string $ body = null ): self
@@ -28,7 +27,7 @@ public static function create(?string $body = null): self
2827 public $ payload ;
2928
3029 /**
31- * @param string|null $body
30+ * @param string|null $body
3231 */
3332 public function __construct (?string $ body = null )
3433 {
@@ -40,8 +39,7 @@ public function __construct(?string $body = null)
4039 }
4140
4241 /**
43- * @param string $body
44- *
42+ * @param string $body
4543 * @return IntercomMessage
4644 */
4745 public function body (string $ body ): self
@@ -72,8 +70,7 @@ public function inapp(): self
7270 }
7371
7472 /**
75- * @param string $value
76- *
73+ * @param string $value
7774 * @return IntercomMessage
7875 */
7976 public function subject (string $ value ): self
@@ -104,8 +101,7 @@ public function personal(): self
104101 }
105102
106103 /**
107- * @param string $adminId
108- *
104+ * @param string $adminId
109105 * @return IntercomMessage
110106 */
111107 public function from (string $ adminId ): self
@@ -119,8 +115,7 @@ public function from(string $adminId): self
119115 }
120116
121117 /**
122- * @param array $value
123- *
118+ * @param array $value
124119 * @return IntercomMessage
125120 */
126121 public function to (array $ value ): self
@@ -131,8 +126,7 @@ public function to(array $value): self
131126 }
132127
133128 /**
134- * @param string $id
135- *
129+ * @param string $id
136130 * @return IntercomMessage
137131 */
138132 public function toUserId (string $ id ): self
@@ -146,8 +140,7 @@ public function toUserId(string $id): self
146140 }
147141
148142 /**
149- * @param string $email
150- *
143+ * @param string $email
151144 * @return IntercomMessage
152145 */
153146 public function toUserEmail (string $ email ): self
@@ -161,8 +154,7 @@ public function toUserEmail(string $email): self
161154 }
162155
163156 /**
164- * @param string $id
165- *
157+ * @param string $id
166158 * @return IntercomMessage
167159 */
168160 public function toContactId (string $ id ): self
0 commit comments