Total Complexity | 2 |
Total Lines | 56 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class Index extends \Magento\Framework\App\Action\Action |
||
11 | { |
||
12 | /** |
||
13 | * @var CheckoutSession |
||
14 | */ |
||
15 | protected $checkoutSession; |
||
16 | |||
17 | /** |
||
18 | * @var JsonFactory |
||
19 | */ |
||
20 | protected $resultJsonFactory; |
||
21 | |||
22 | /** |
||
23 | * @var LoggerInterface |
||
24 | */ |
||
25 | protected $logger; |
||
26 | |||
27 | /** |
||
28 | * Redirect Controller. |
||
29 | * |
||
30 | * @param Context $context |
||
31 | * @param CheckoutSession $checkoutSession |
||
32 | * @param JsonFactory $resultJsonFactory |
||
33 | * @param LoggerInterface $logger |
||
34 | */ |
||
35 | public function __construct( |
||
48 | } |
||
49 | |||
50 | /** |
||
51 | * {@inheritdoc} |
||
52 | */ |
||
53 | public function execute() |
||
68 |
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