Completed
Pull Request — master (#41)
by
unknown
05:22
created
src/User/Notification/ResetYourPassword.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.
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.
src/User/Password/ResetPasswordFormBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Anomaly\UsersModule\User\Password;
2 2
 
3 3
 use Anomaly\Streams\Platform\Ui\Form\FormBuilder;
4
-use Illuminate\Contracts\Encryption\Encrypter;
5 4
 
6 5
 /**
7 6
  * Class ResetPasswordFormBuilder
Please login to merge, or discard this patch.
src/User/Password/ResetPasswordFormCriteria.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Anomaly\UsersModule\User\Password;
2 2
 
3 3
 use Anomaly\Streams\Platform\Ui\Form\FormCriteria;
4
-use Illuminate\Contracts\Cache\Repository;
5 4
 use Illuminate\Contracts\Encryption\Encrypter;
6 5
 use Illuminate\Http\Request;
7 6
 
Please login to merge, or discard this patch.