Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Tests | 1 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | 1 | public function __construct( |
|
16 | private readonly BranchService $branchService, |
||
17 | private readonly InfoService $infoService, |
||
18 | private readonly PackageService $packageService, |
||
19 | private readonly SettingService $settingService, |
||
20 | private readonly TrackService $trackService, |
||
21 | ) { |
||
22 | 1 | } |
|
49 |