@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * @param $tokens |
67 | 67 | * @param $message |
68 | 68 | * |
69 | - * @return \NotificationChannels\Gcm\Packet |
|
69 | + * @return Packet |
|
70 | 70 | */ |
71 | 71 | protected function getPacket($tokens, $message) |
72 | 72 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | /** |
86 | 86 | * @param $notifiable |
87 | 87 | * @param \Illuminate\Notifications\Notification $notification |
88 | - * @param $response |
|
88 | + * @param \ZendService\Google\Gcm\Response $response |
|
89 | 89 | */ |
90 | 90 | protected function handleFailedNotifications($notifiable, Notification $notification, $response) |
91 | 91 | { |