Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 5 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | public function update_data() |
||
26 | { |
||
27 | // use module tool explicitly since module.exists does not work in 'if' |
||
28 | $module_tool = $this->container->get('migrator.tool.module'); |
||
29 | |||
30 | return array( |
||
31 | array('if', array( |
||
32 | $module_tool->exists('acp', false, 'ACP_DATABASE_OR', true), |
||
33 | array('module.remove', array('acp', false, 'ACP_DATABASE_OR')), |
||
34 | )), |
||
35 | |||
36 | array('if', array( |
||
37 | $this->config->offsetExists('database_or_version'), |
||
38 | array('config.remove', array('database_or_version')), |
||
39 | )), |
||
43 |
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