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