Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
28 | class Collection extends AbstractCollection |
||
29 | { |
||
30 | /** |
||
31 | * @var string |
||
32 | */ |
||
33 | public $_idFieldName = 'faqgroup_id'; |
||
34 | |||
35 | /** |
||
36 | * Define resource model |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | public function _construct() |
||
45 | ); |
||
46 | } |
||
47 | |||
48 | /** |
||
49 | * Retrieve option array |
||
50 | * |
||
51 | * @return array |
||
52 | */ |
||
53 | public function toOptionArray() |
||
58 |
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