| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class ImmutableEventDispatcherFactory extends AbstractEventDispatcherFactory |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param ContainerInterface&ServiceLocatorInterface $container |
||
| 21 | * @param string $requestedName |
||
| 22 | * @param array<mixed>|null $options |
||
| 23 | * |
||
| 24 | * @return ImmutableEventDispatcher |
||
| 25 | * |
||
| 26 | * @throws ServiceNotCreatedException |
||
| 27 | */ |
||
| 28 | public function __invoke( |
||
| 44 |