| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class ProductFileCollection extends \Page |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var array |
||
| 15 | */ |
||
| 16 | private static $db = array( |
||
| 17 | 'ManagedClass' => 'Varchar(255)', |
||
| 18 | ); |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | private static $table_name = 'ProductDocCollection'; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return FieldList |
||
| 27 | */ |
||
| 28 | public function getCMSFields() |
||
| 49 |
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