@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace NotificationChannels\IonicPushNotifications; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | -use NotificationChannels\IonicPushNotifications\Exceptions\CouldNotSendNotification; |
|
7 | 6 | use Illuminate\Notifications\Notification; |
7 | +use NotificationChannels\IonicPushNotifications\Exceptions\CouldNotSendNotification; |
|
8 | 8 | use NotificationChannels\IonicPushNotifications\Exceptions\InvalidConfiguration; |
9 | 9 | |
10 | 10 | class IonicPushChannel |
@@ -32,7 +32,6 @@ discard block |
||
32 | 32 | |
33 | 33 | |
34 | 34 | /** |
35 | - * @param array $data |
|
36 | 35 | * |
37 | 36 | * @return static |
38 | 37 | */ |
@@ -67,7 +66,6 @@ discard block |
||
67 | 66 | /** |
68 | 67 | * Set the method of targeting users - tokens (default), user_ids, or emails. |
69 | 68 | * |
70 | - * @param string $profile |
|
71 | 69 | * |
72 | 70 | * @return $this |
73 | 71 | */ |
@@ -110,7 +108,7 @@ discard block |
||
110 | 108 | * @param string $method |
111 | 109 | * @param array $args |
112 | 110 | * |
113 | - * @return object |
|
111 | + * @return IonicPushMessage |
|
114 | 112 | */ |
115 | 113 | public function __call($method, $args) |
116 | 114 | { |