| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class StubMapBased extends EventsHandler |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return DomainEvent[] array |
||
| 17 | */ |
||
| 18 | public function getDomainEvents(OnFlushEventArgs $eventArgs): array |
||
| 21 | } |
||
| 22 | |||
| 23 | public function persist(EntityManagerInterface $entityManager, OutboxEntry ...$outboxEntries): void |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return OutboxEntry[] |
||
| 30 | */ |
||
| 31 | protected function convert(DomainEvent ...$domainEvents): array |
||
| 36 |