Completed
Branch master (297ba8)
by Freek
07:38
created
src/GcmChannel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.