Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
11 | final class AccountOverviewCreator implements EventHandler |
||
12 | { |
||
13 | private $accountOverviews; |
||
14 | |||
15 | public function __construct(AccountOverviews $accountOverviews) |
||
18 | } |
||
19 | |||
20 | public function events(): iterable |
||
23 | } |
||
24 | |||
25 | public function handle(DomainEvent $event): void |
||
35 |