Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
40 | public function update_schema() |
||
41 | { |
||
42 | return array( |
||
43 | 'add_columns' => array( |
||
44 | $this->table_prefix . 'ads' => array( |
||
45 | 'ad_content_only' => array('BOOL', 0), |
||
46 | ), |
||
47 | ), |
||
48 | 'add_index' => array( |
||
49 | $this->table_prefix . 'ads' => array( |
||
50 | 'ad_co' => array('ad_content_only'), // index used in ad\manager::get_ads |
||
51 | ), |
||
78 |
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