Skip to content

Commit ff78f32

Browse files
iqbalhasandevgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 393c7fa commit ff78f32

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Notifications/TextifyMessage.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)