Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | trait AggregateRootBehaviourWithRequiredHistory |
||
10 | { |
||
11 | use AggregateRootBehaviour { |
||
12 | AggregateRootBehaviour::reconstituteFromEvents as private defaultAggregateRootReconstitute; |
||
13 | } |
||
14 | |||
15 | 2 | public static function reconstituteFromEvents(AggregateRootId $aggregateRootId, Generator $events): static |
|
26 |