| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class ChangePasswordHandler implements FormHandlerInterface |
||
| 12 | { |
||
| 13 | private $passwordManager; |
||
| 14 | |||
| 15 | public function __construct( |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param Form $form |
||
| 23 | * @param User $user |
||
| 24 | * @param Request $request |
||
| 25 | * @throws NotSupportedException |
||
| 26 | */ |
||
| 27 | public function success(Form $form, $user, Request $request): void |
||
| 43 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths