Completed
Push — master ( 5e90a3...b1112b )
by Neo
01:21
created
src/EarlyAccessServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * Get the services provided by the provider.
67 67
      *
68
-     * @return array
68
+     * @return string[]
69 69
      */
70 70
     public function provides()
71 71
     {
Please login to merge, or discard this patch.
src/Notifications/UserSubscribed.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * Get the notification's delivery channels.
32 32
      *
33 33
      * @param  mixed $notifiable
34
-     * @return array
34
+     * @return string[]
35 35
      */
36 36
     public function via($notifiable)
37 37
     {
Please login to merge, or discard this patch.
src/Notifications/UserUnsubscribed.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * Get the notification's delivery channels.
32 32
      *
33 33
      * @param  mixed $notifiable
34
-     * @return array
34
+     * @return string[]
35 35
      */
36 36
     public function via($notifiable)
37 37
     {
Please login to merge, or discard this patch.