Completed
Push — master ( 75caf1...1e784a )
by Neo
11:54
created
src/PusherBeams.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Send the given notification.
34 34
      *
35
-     * @param mixed $notificable
35
+     * @param mixed $notifiable
36 36
      * @param \Illuminate\Notifications\Notification $notification
37 37
      */
38 38
     public function send($notifiable, Notification $notification)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Neo\PusherBeams;
4 4
 
5 5
 use Illuminate\Events\Dispatcher;
6
+use Illuminate\Notifications\Events\NotificationFailed;
6 7
 use Illuminate\Notifications\Notification;
7 8
 use Pusher\PushNotifications\PushNotifications;
8
-use Illuminate\Notifications\Events\NotificationFailed;
9 9
 
10 10
 class PusherBeams
11 11
 {
Please login to merge, or discard this patch.