| Conditions | 2 |
| Paths | 3 |
| Total Lines | 13 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 6 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | public function handle($action, $base_url) |
||
| 40 | { |
||
| 41 | $this->language->add_lang('cp', 'blitze/content'); |
||
| 42 | |||
| 43 | try |
||
| 44 | { |
||
| 45 | $command = $this->action_handler->create('topic', $action); |
||
| 46 | $command->execute($base_url, 'mcp'); |
||
| 47 | } |
||
| 48 | catch (\blitze\sitemaker\exception\base $e) |
||
|
|
|||
| 49 | { |
||
| 50 | $message = (array) $e->get_message($this->language); |
||
| 51 | trigger_error(join('<br />', $message) . '<br />' . $this->language->lang('RETURN_PAGE', '<a href="' . $base_url . '">', '</a>')); |
||
| 52 | } |
||
| 55 |
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