Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class CurrentDataTrackerInputFactory implements CurrentDataTrackerInputFactoryInterface |
||
10 | { |
||
11 | public function create($item, ?array $normalizedData = []): CurrentDataTrackerInput |
||
20 | } |
||
21 | |||
22 | public function createFromCurrentDataTracker(CurrentDataTrackerInterface $currentDataTracker): CurrentDataTrackerInput |
||
33 |