Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
24 | public function traces() : array |
||
25 | { |
||
26 | $q = $this->get_tracer()->tracing_table()->select(); |
||
27 | $q->aw_fields_eq(['query_table' => get_class($this)::table_name(), 'query_id' => $this->get_id()]); |
||
28 | $q->order_by(['query_on', 'DESC']); |
||
29 | $q->run(); |
||
30 | $res = $q->ret_ass(); |
||
31 | |||
32 | return $res; |
||
33 | } |
||
51 |
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