Completed
Push — master ( 1676c8...01668e )
by Casper
07:58 queued 03:07
created
src/PushoverChannel.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -48,6 +48,10 @@
 block discarded – undo
48 48
         }
49 49
     }
50 50
 
51
+    /**
52
+     * @param Notification $notification
53
+     * @param string $message
54
+     */
51 55
     protected function fireFailedEvent($notifiable, $notification, $message)
52 56
     {
53 57
         $this->events->fire(
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace NotificationChannels\Pushover;
4 4
 
5 5
 use Illuminate\Contracts\Events\Dispatcher;
6
-use Illuminate\Notifications\Notification;
7 6
 use Illuminate\Notifications\Events\NotificationFailed;
7
+use Illuminate\Notifications\Notification;
8 8
 use NotificationChannels\Pushover\Exceptions\ServiceCommunicationError;
9 9
 
10 10
 class PushoverChannel
Please login to merge, or discard this patch.