Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
3 | class Index extends \Magento\Backend\App\Action |
||
|
|||
4 | { |
||
5 | |||
6 | const ADMIN_RESOURCE = 'Index'; |
||
7 | |||
8 | protected $resultPageFactory; |
||
9 | public function __construct( |
||
10 | \Magento\Backend\App\Action\Context $context, |
||
11 | \Magento\Framework\View\Result\PageFactory $resultPageFactory) |
||
12 | { |
||
13 | $this->resultPageFactory = $resultPageFactory; |
||
14 | parent::__construct($context); |
||
15 | } |
||
16 | |||
17 | public function execute() |
||
20 | } |
||
21 | } |
||
22 |
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