@@ -67,7 +67,6 @@ class ExpoMessage
6767 * Create a message with given body.
6868 *
6969 * @param string $body
70- *
7170 * @return static
7271 */
7372 public static function create ($ body = '' )
@@ -89,7 +88,6 @@ public function __construct(string $body = '')
8988 * Set the message title.
9089 *
9190 * @param string $value
92- *
9391 * @return $this
9492 */
9593 public function title (string $ value )
@@ -103,7 +101,6 @@ public function title(string $value)
103101 * Set the message body.
104102 *
105103 * @param string $value
106- *
107104 * @return $this
108105 */
109106 public function body (string $ value )
@@ -141,7 +138,6 @@ public function disableSound()
141138 * Set the message badge (iOS).
142139 *
143140 * @param int $value
144- *
145141 * @return $this
146142 */
147143 public function badge (int $ value )
@@ -155,7 +151,6 @@ public function badge(int $value)
155151 * Set the time to live of the notification.
156152 *
157153 * @param int $ttl
158- *
159154 * @return $this
160155 */
161156 public function setTtl (int $ ttl )
@@ -169,7 +164,6 @@ public function setTtl(int $ttl)
169164 * Set the channelId of the notification for Android devices.
170165 *
171166 * @param string $channelId
172- *
173167 * @return $this
174168 */
175169 public function setChannelId (string $ channelId )
@@ -183,7 +177,6 @@ public function setChannelId(string $channelId)
183177 * Set the json Data attached to the message.
184178 *
185179 * @param array|string $data
186- *
187180 * @return $this
188181 *
189182 * @throws CouldNotCreateMessage
@@ -209,7 +202,6 @@ public function setJsonData($data)
209202 * Set the priority of the notification, must be one of [default, normal, high].
210203 *
211204 * @param string $priority
212- *
213205 * @return $this
214206 */
215207 public function priority (string $ priority )
0 commit comments