| Total Complexity | 10 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class EventConfigurator |
||
| 10 | { |
||
| 11 | private ListenerProviderInterface $listenerProvider; |
||
| 12 | |||
| 13 | private ContainerInterface $container; |
||
| 14 | |||
| 15 | public function __construct(ListenerProviderInterface $listenerProvider, ContainerInterface $container) |
||
| 23 | } |
||
| 24 | |||
| 25 | public function registerListeners(array $listeners): void |
||
| 47 |