Completed
Pull Request — master (#17)
by
unknown
05:14
created
src/Notifications/ChannelManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * Queue the given notification instances.
101 101
      *
102 102
      * @param  mixed  $notifiables
103
-     * @param  array[\Illuminate\Notifcations\Channels\Notification]  $notification
103
+     * @param  ShouldQueue  $notification
104 104
      * @return void
105 105
      */
106 106
     protected function queueNotification($notifiables, $notification)
Please login to merge, or discard this patch.
src/Notifications/Events/BroadcastNotificationCreated.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Get the channels the event should broadcast on.
52 52
      *
53
-     * @return array
53
+     * @return PrivateChannel[]
54 54
      */
55 55
     public function broadcastOn()
56 56
     {
Please login to merge, or discard this patch.
src/Notifications/Messages/NexmoMessage.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * Create a new message instance.
23 23
      *
24
-     * @param  string  $message
25 24
      * @return void
26 25
      */
27 26
     public function __construct($content = '')
@@ -45,7 +44,6 @@  discard block
 block discarded – undo
45 44
     /**
46 45
      * Set the phone number the message should be sent from.
47 46
      *
48
-     * @param  string  $number
49 47
      * @return $this
50 48
      */
51 49
     public function from($from)
Please login to merge, or discard this patch.