Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | public function update_schema() |
||
26 | { |
||
27 | return array( |
||
28 | 'add_columns' => array( |
||
29 | $this->table_prefix . 'forums' => array( |
||
30 | 'similar_topics_hide' => array('BOOL', 0), |
||
31 | 'similar_topics_ignore' => array('BOOL', 0), |
||
32 | ), |
||
33 | ), |
||
34 | 'change_columns' => array( |
||
35 | $this->table_prefix . 'forums' => array( |
||
36 | 'similar_topic_forums' => array('MTEXT', ''), |
||
37 | ), |
||
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