| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 44 | public function update_data() |
||
| 45 | { |
||
| 46 | return array( |
||
| 47 | array('module.add', array( |
||
| 48 | 'acp', |
||
| 49 | 'ACP_CAT_DOT_MODS', |
||
| 50 | 'ACP_PHPBB_ADS_TITLE' |
||
| 51 | )), |
||
| 52 | array('module.add', array( |
||
| 53 | 'acp', |
||
| 54 | 'ACP_PHPBB_ADS_TITLE', |
||
| 55 | array( |
||
| 56 | 'module_basename' => '\phpbb\ads\acp\main_module', |
||
| 57 | 'modes' => array('manage'), |
||
| 58 | ), |
||
| 63 |
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