Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public function __construct( |
||
22 | LoggerInterface $logger, |
||
23 | ReportService $ReportService, |
||
24 | DatasetService $DatasetService, |
||
25 | ShareService $ShareService, |
||
26 | PanoramaService $PanoramaService |
||
27 | ) { |
||
28 | $this->logger = $logger; |
||
29 | $this->ReportService = $ReportService; |
||
30 | $this->DatasetService = $DatasetService; |
||
31 | $this->ShareService = $ShareService; |
||
32 | $this->PanoramaService = $PanoramaService; |
||
33 | } |
||
50 | } |
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