Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | final class ClosedStat implements Stat |
||
15 | { |
||
16 | use Attribute\Alias; |
||
17 | |||
18 | /** |
||
19 | * @var \App\Service\CaseService |
||
20 | */ |
||
21 | private $caseService; |
||
22 | |||
23 | /** |
||
24 | * Constructor |
||
25 | * |
||
26 | * @param \App\Service\CaseService $caseService |
||
27 | */ |
||
28 | public function __construct(CaseService $caseService) |
||
29 | { |
||
30 | $this->caseService = $caseService; |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function get(): Datum |
||
46 | } |
||
47 | } |
||
48 |
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