Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
35 | public function __construct( |
||
36 | Context $context, |
||
37 | CheckoutSession $checkoutSession, |
||
38 | JsonFactory $resultJsonFactory, |
||
39 | LoggerInterface $logger |
||
40 | ) { |
||
41 | parent::__construct( |
||
42 | $context |
||
43 | ); |
||
44 | |||
45 | $this->checkoutSession = $checkoutSession; |
||
46 | $this->resultJsonFactory = $resultJsonFactory; |
||
47 | $this->logger = $logger; |
||
48 | } |
||
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