@@ -39,7 +39,7 @@ |
||
| 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 | { |
@@ -41,7 +41,7 @@ discard block |
||
| 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 |
||
| 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 | */ |
@@ -39,7 +39,7 @@ |
||
| 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 | { |
@@ -1,7 +1,6 @@ |
||
| 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 |
@@ -1,7 +1,6 @@ |
||
| 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 | |