Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
40 | public function update_schema() |
||
41 | { |
||
42 | return array( |
||
43 | 'add_tables' => array( |
||
44 | $this->table_prefix . 'ad_locations' => array( |
||
45 | 'COLUMNS' => array( |
||
46 | 'ad_id' => array('UINT', 0), |
||
47 | 'location_id' => array('VCHAR:255', ''), |
||
48 | ), |
||
49 | 'PRIMARY_KEY' => array('ad_id', 'location_id'), |
||
50 | ), |
||
70 |
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