Total Complexity | 6 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | trait EventDispatcherProviderTrait |
||
14 | { |
||
15 | /** |
||
16 | * @param string|array<mixed>|EventDispatcherInterface|null $eventDispatcher |
||
17 | * |
||
18 | * @throws ServiceNotCreatedException |
||
19 | * @throws ContainerExceptionInterface |
||
20 | * @throws NotFoundExceptionInterface |
||
21 | */ |
||
22 | private function getEventDispatcher( |
||
53 |