| 1 | <?php namespace Anomaly\UsersModule\User\Password\Command; |
||
| 13 | class SetOptions |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * The reset form builder. |
||
| 18 | * |
||
| 19 | * @var ForgotPasswordFormBuilder |
||
| 20 | */ |
||
| 21 | protected $builder; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Create a new SetDefaultOptions instance. |
||
| 25 | * |
||
| 26 | * @param ForgotPasswordFormBuilder $builder |
||
| 27 | */ |
||
| 28 | public function __construct(ForgotPasswordFormBuilder $builder) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Handle the command. |
||
| 35 | * |
||
| 36 | * @param Repository $config |
||
| 37 | */ |
||
| 38 | public function handle(Repository $config) |
||
| 55 | |||
| 56 | } |
||
| 57 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.