| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CommonViewInjection implements CommonParametersInjectionInterface |
||
| 12 | { |
||
| 13 | private UrlGeneratorInterface $url; |
||
| 14 | private Field $field; |
||
| 15 | |||
| 16 | public function __construct( |
||
| 17 | UrlGeneratorInterface $url, |
||
| 18 | Field $field |
||
| 19 | ) { |
||
| 20 | $this->url = $url; |
||
| 21 | $this->field = $field; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function getCommonParameters(): array |
||
| 29 | ]; |
||
| 30 | } |
||
| 32 |
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