Completed
Push — master ( df6634...6c3816 )
by Karl
12s
created
app/Notifications/PremiumUserSignup.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@  discard block
 block discarded – undo
14 14
     /**
15 15
      * Create a new notification instance.
16 16
      *
17
-     * @param Token $token
18 17
      *
18
+     * @param string $data
19 19
      * @return void
20 20
      */
21 21
     public function __construct($data)
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      * Get the notification's delivery channels.
28 28
      *
29 29
      * @param  mixed  $notifiable
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     public function via($notifiable)
33 33
     {
Please login to merge, or discard this patch.