Conditions | 4 |
Paths | 3 |
Total Lines | 12 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | public function get(): array |
||
37 | { |
||
38 | if (($this->cursorVariants !== null) && $this->cursorVariants->valid()) { |
||
39 | return $this->cursorVariants->current(); |
||
40 | } |
||
41 | |||
42 | $family = $this->cursor->current(); |
||
43 | $this->cursor->next(); |
||
44 | |||
45 | $this->cursorVariants = $this->akeneoPimService->getFamilyVariants($family[static::KEY_CODE]); |
||
46 | |||
47 | return $this->cursorVariants->valid() ? $this->cursorVariants->current() : []; |
||
48 | } |
||
65 |
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