| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class FormStateValueResolver implements ArgumentValueResolverInterface { |
||
| 17 | |||
| 18 | const NAME_LEGACY = 'form_state'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | public function supports(Request $request, ArgumentMetadata $argument): bool { |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | * |
||
| 32 | * @return \Generator |
||
| 33 | * Returns the argument values. |
||
| 34 | */ |
||
| 35 | public function resolve(Request $request, ArgumentMetadata $argument): iterable { |
||
| 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