Total Complexity | 5 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | class DriveActivatableCondition implements PreFlightConditionInterface |
||
14 | { |
||
15 | private ActivatorDeactivatorHelperInterface $activatorDeactivatorHelper; |
||
16 | |||
17 | 4 | public function __construct(ActivatorDeactivatorHelperInterface $activatorDeactivatorHelper) |
|
20 | } |
||
21 | |||
22 | 3 | public function check( |
|
59 |