@@ -7,8 +7,7 @@ trait AppearanceHelpers
77 /**
88 * Set the iOS badge increment count.
99 *
10- * @param int $count
11- *
10+ * @param int $count
1211 * @return $this
1312 */
1413 public function incrementIosBadgeCount (int $ count = 1 )
@@ -20,8 +19,7 @@ public function incrementIosBadgeCount(int $count = 1)
2019 /**
2120 * Set the iOS badge decrement count.
2221 *
23- * @param int $count
24- *
22+ * @param int $count
2523 * @return $this
2624 */
2725 public function decrementIosBadgeCount (int $ count = 1 )
@@ -33,8 +31,7 @@ public function decrementIosBadgeCount(int $count = 1)
3331 /**
3432 * Set the iOS badge count.
3533 *
36- * @param int $count
37- *
34+ * @param int $count
3835 * @return $this
3936 */
4037 public function setIosBadgeCount (int $ count )
@@ -46,8 +43,7 @@ public function setIosBadgeCount(int $count)
4643 /**
4744 * Set the iOS Sound.
4845 *
49- * @param string $soundUrl
50- *
46+ * @param string $soundUrl
5147 * @return $this
5248 */
5349 public function setIosSound (string $ soundUrl )
@@ -58,8 +54,7 @@ public function setIosSound(string $soundUrl)
5854 /**
5955 * Set the Android Sound.
6056 *
61- * @param string $soundUrl
62- *
57+ * @param string $soundUrl
6358 * @return $this
6459 */
6560 public function setAndroidSound (string $ soundUrl )
@@ -70,8 +65,7 @@ public function setAndroidSound(string $soundUrl)
7065 /**
7166 * Set the Windows Sound.
7267 *
73- * @param string $soundUrl
74- *
68+ * @param string $soundUrl
7569 * @return $this
7670 */
7771 public function setWindowsSound (string $ soundUrl )
@@ -83,8 +77,7 @@ public function setWindowsSound(string $soundUrl)
8377 /**
8478 * Set the Sound for all Systems.
8579 *
86- * @param string $soundUrl
87- *
80+ * @param string $soundUrl
8881 * @return $this
8982 */
9083 public function setSound (string $ soundUrl )
@@ -97,7 +90,7 @@ public function setSound(string $soundUrl)
9790 /**
9891 * Set the message icon.
9992 *
100- * @param string $iconPath
93+ * @param string $iconPath
10194 *
10295 * @deprecated use setIcon instead
10396 *
@@ -111,8 +104,7 @@ public function icon(string $iconPath)
111104 /**
112105 * Set the message icon.
113106 *
114- * @param string $iconPath
115- *
107+ * @param string $iconPath
116108 * @return $this
117109 */
118110 public function setIcon (string $ iconPath )
0 commit comments