@@ -100,7 +100,7 @@ |
||
| 100 | 100 | * Queue the given notification instances. |
| 101 | 101 | * |
| 102 | 102 | * @param mixed $notifiables |
| 103 | - * @param array[\Illuminate\Notifcations\Channels\Notification] $notification |
|
| 103 | + * @param ShouldQueue $notification |
|
| 104 | 104 | * @return void |
| 105 | 105 | */ |
| 106 | 106 | protected function queueNotification($notifiables, $notification) |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | /** |
| 51 | 51 | * Get the channels the event should broadcast on. |
| 52 | 52 | * |
| 53 | - * @return array |
|
| 53 | + * @return PrivateChannel[] |
|
| 54 | 54 | */ |
| 55 | 55 | public function broadcastOn() |
| 56 | 56 | { |
@@ -21,7 +21,6 @@ discard block |
||
| 21 | 21 | /** |
| 22 | 22 | * Create a new message instance. |
| 23 | 23 | * |
| 24 | - * @param string $message |
|
| 25 | 24 | * @return void |
| 26 | 25 | */ |
| 27 | 26 | public function __construct($content = '') |
@@ -45,7 +44,6 @@ discard block |
||
| 45 | 44 | /** |
| 46 | 45 | * Set the phone number the message should be sent from. |
| 47 | 46 | * |
| 48 | - * @param string $number |
|
| 49 | 47 | * @return $this |
| 50 | 48 | */ |
| 51 | 49 | public function from($from) |