@@ -66,7 +66,7 @@ class ExpoMessage
6666 /**
6767 * Create a message with given body.
6868 *
69- * @param string $body
69+ * @param string $body
7070 *
7171 * @return static
7272 */
@@ -78,7 +78,7 @@ public static function create($body = '')
7878 /**
7979 * ExpoMessage constructor.
8080 *
81- * @param string $body
81+ * @param string $body
8282 */
8383 public function __construct (string $ body = '' )
8484 {
@@ -88,7 +88,7 @@ public function __construct(string $body = '')
8888 /**
8989 * Set the message title.
9090 *
91- * @param string $value
91+ * @param string $value
9292 *
9393 * @return $this
9494 */
@@ -102,7 +102,7 @@ public function title(string $value)
102102 /**
103103 * Set the message body.
104104 *
105- * @param string $value
105+ * @param string $value
106106 *
107107 * @return $this
108108 */
@@ -140,7 +140,7 @@ public function disableSound()
140140 /**
141141 * Set the message badge (iOS).
142142 *
143- * @param int $value
143+ * @param int $value
144144 *
145145 * @return $this
146146 */
@@ -154,7 +154,7 @@ public function badge(int $value)
154154 /**
155155 * Set the time to live of the notification.
156156 *
157- * @param int $ttl
157+ * @param int $ttl
158158 *
159159 * @return $this
160160 */
@@ -168,7 +168,7 @@ public function setTtl(int $ttl)
168168 /**
169169 * Set the channelId of the notification for Android devices.
170170 *
171- * @param string $channelId
171+ * @param string $channelId
172172 *
173173 * @return $this
174174 */
@@ -182,7 +182,7 @@ public function setChannelId(string $channelId)
182182 /**
183183 * Set the json Data attached to the message.
184184 *
185- * @param array|string $data
185+ * @param array|string $data
186186 *
187187 * @return $this
188188 *
@@ -208,7 +208,7 @@ public function setJsonData($data)
208208 /**
209209 * Set the priority of the notification, must be one of [default, normal, high].
210210 *
211- * @param string $priority
211+ * @param string $priority
212212 *
213213 * @return $this
214214 */
0 commit comments