| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | public function process(ContainerBuilder $container) |
||
| 17 | { |
||
| 18 | $definition = $container->findDefinition('event_dispatcher'); |
||
| 19 | $definition->setPublic(false); |
||
| 20 | $container->setDefinition('itkg_delay_event.event_dispatcher.parent', $definition); |
||
| 21 | $container->setAlias('event_dispatcher', 'itkg_delay_event.event_dispatcher'); |
||
| 22 | } |
||
| 23 | } |
||
| 24 |