Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
27 | class Index extends Faq |
||
28 | { |
||
29 | /** |
||
30 | * @var PageFactory |
||
31 | */ |
||
32 | protected $resultPageFactory; |
||
33 | |||
34 | /** |
||
35 | * Index constructor. |
||
36 | * @param Context $context |
||
37 | * @param PageFactory $resultPageFactory |
||
38 | */ |
||
39 | public function __construct( |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * Index action |
||
49 | * |
||
50 | * @return \Magento\Framework\Controller\ResultInterface |
||
51 | */ |
||
52 | public function execute() |
||
60 |
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