| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | class NewAction extends Faq |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * @var ForwardFactory |
||
| 32 | */ |
||
| 33 | protected $resultForwardFactory; |
||
| 34 | |||
| 35 | /** |
||
| 36 | * NewAction constructor. |
||
| 37 | * @param Context $context |
||
| 38 | * @param ForwardFactory $resultForwardFactory |
||
| 39 | */ |
||
| 40 | public function __construct( |
||
| 41 | Context $context, |
||
| 42 | ForwardFactory $resultForwardFactory |
||
| 43 | ) { |
||
| 44 | $this->resultForwardFactory = $resultForwardFactory; |
||
| 45 | parent::__construct($context); |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * New action |
||
| 50 | * |
||
| 51 | * @return ResultInterface |
||
| 52 | */ |
||
| 53 | public function execute() |
||
| 57 | } |
||
| 58 | } |
||
| 59 |
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