@@ -4,8 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\Client; |
| 6 | 6 | use Illuminate\Notifications\Notification; |
| 7 | -use NotificationChannels\IonicPushNotifications\Exceptions\InvalidConfiguration; |
|
| 8 | 7 | use NotificationChannels\IonicPushNotifications\Exceptions\CouldNotSendNotification; |
| 8 | +use NotificationChannels\IonicPushNotifications\Exceptions\InvalidConfiguration; |
|
| 9 | 9 | |
| 10 | 10 | class IonicPushChannel |
| 11 | 11 | { |
@@ -34,7 +34,6 @@ discard block |
||
| 34 | 34 | public $androidData = []; |
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | - * @param array $data |
|
| 38 | 37 | * |
| 39 | 38 | * @return static |
| 40 | 39 | */ |
@@ -54,7 +53,6 @@ discard block |
||
| 54 | 53 | /** |
| 55 | 54 | * Set the method of targeting users - tokens (default), user_ids, or emails. |
| 56 | 55 | * |
| 57 | - * @param string $profile |
|
| 58 | 56 | * |
| 59 | 57 | * @return $this |
| 60 | 58 | */ |
@@ -144,7 +142,7 @@ discard block |
||
| 144 | 142 | * @param string $method |
| 145 | 143 | * @param array $args |
| 146 | 144 | * |
| 147 | - * @return object |
|
| 145 | + * @return IonicPushMessage |
|
| 148 | 146 | */ |
| 149 | 147 | public function __call($method, $args) |
| 150 | 148 | { |
@@ -178,7 +176,7 @@ discard block |
||
| 178 | 176 | /** |
| 179 | 177 | * List of allowed Android options. |
| 180 | 178 | * |
| 181 | - * @return array |
|
| 179 | + * @return string[] |
|
| 182 | 180 | */ |
| 183 | 181 | public function allowedAndroidOptions() |
| 184 | 182 | { |
@@ -201,7 +199,7 @@ discard block |
||
| 201 | 199 | /** |
| 202 | 200 | * List of allowed iOS options. |
| 203 | 201 | * |
| 204 | - * @return array |
|
| 202 | + * @return string[] |
|
| 205 | 203 | */ |
| 206 | 204 | public function allowediOSOptions() |
| 207 | 205 | { |