File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ public function __construct(
2626 * @param string|null $from The sender ID (optional)
2727 * @param string|null $driver The SMS provider to use (optional)
2828 * @param array $metadata Additional metadata (optional)
29- * @return self
3029 */
3130 public static function create (
3231 string $ message ,
@@ -39,9 +38,6 @@ public static function create(
3938
4039 /**
4140 * Set the SMS message content
42- *
43- * @param string $message
44- * @return self
4541 */
4642 public function message (string $ message ): self
4743 {
@@ -50,9 +46,6 @@ public function message(string $message): self
5046
5147 /**
5248 * Set the sender ID
53- *
54- * @param string $from
55- * @return self
5649 */
5750 public function from (string $ from ): self
5851 {
@@ -61,9 +54,6 @@ public function from(string $from): self
6154
6255 /**
6356 * Set the SMS provider/driver
64- *
65- * @param string $driver
66- * @return self
6757 */
6858 public function driver (string $ driver ): self
6959 {
@@ -72,9 +62,6 @@ public function driver(string $driver): self
7262
7363 /**
7464 * Set metadata
75- *
76- * @param array $metadata
77- * @return self
7865 */
7966 public function metadata (array $ metadata ): self
8067 {
You can’t perform that action at this time.
0 commit comments