Total Complexity | 4 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Coverage | 63.64% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class fields extends base_mapper |
||
15 | { |
||
16 | /** @var string */ |
||
17 | protected $entity_class = 'blitze\content\model\entity\field'; |
||
18 | |||
19 | /** @var string */ |
||
20 | protected $entity_pkey = 'field_id'; |
||
21 | |||
22 | /** |
||
23 | * @param array $sql_where |
||
24 | * @return string |
||
25 | */ |
||
26 | protected function find_sql(array $sql_where) |
||
30 | ORDER BY field_order ASC'; |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @return int |
||
35 | */ |
||
36 | 3 | public function get_max_field_id() |
|
43 | } |
||
44 | |||
45 | /** |
||
46 | * @param array $fields |
||
47 | * @return void |
||
48 | */ |
||
49 | 3 | public function multi_insert(array $fields) |
|
54 |
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