Completed
Pull Request — master (#41)
by
unknown
05:22
created
src/User/Notification/UserHasRegistered.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      * Get the notification's delivery channels.
42 42
      *
43 43
      * @param  UserInterface $notifiable
44
-     * @return array
44
+     * @return string[]
45 45
      */
46 46
     public function via(UserInterface $notifiable)
47 47
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Return the array storage data.
100 100
      *
101
-     * @param Notifiable $notifiable
101
+     * @param UserInterface $notifiable
102 102
      *
103 103
      * @return array
104 104
      */
Please login to merge, or discard this patch.
src/User/Notification/UserPendingActivation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Get the notification's delivery channels.
40 40
      *
41 41
      * @param  UserInterface $notifiable
42
-     * @return array
42
+     * @return string[]
43 43
      */
44 44
     public function via(UserInterface $notifiable)
45 45
     {
Please login to merge, or discard this patch.