| 1 | <?php namespace Anomaly\UsersModule\User\Password; |
||
| 14 | class ChangePasswordFormHandler |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Handle the form. |
||
| 19 | * |
||
| 20 | * @param Request $request |
||
| 21 | * @param ChangePasswordFormBuilder|ForgotPasswordFormBuilder $builder |
||
| 22 | * @param UserRepositoryInterface $users |
||
| 23 | * @param MessageBag $messages |
||
| 24 | */ |
||
| 25 | public function handle( |
||
| 41 | } |
||
| 42 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.