Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
33 | public function execute() |
||
34 | { |
||
35 | $this->coreRegistry->register('tkotosz_command_scheduler_data_container', new DataObject($this->getRequest()->getParams())); |
||
36 | |||
37 | $resultPage = $this->resultFactory->create(ResultFactory::TYPE_PAGE); |
||
38 | $resultPage->setActiveMenu('Tkotosz_CommandScheduler::manage_schedules'); |
||
39 | $resultPage->getConfig()->getTitle()->prepend(__('Schedule Command')); |
||
40 | |||
41 | return $resultPage; |
||
42 | } |
||
44 |
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