| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 15 | { |
||
| 16 | $serviceLocator = $serviceLocator->getServiceLocator(); |
||
|
|
|||
| 17 | return IssueFreeTicket::build( |
||
| 18 | $serviceLocator->get(CommandBusInterface::class), |
||
| 19 | $serviceLocator->get(Configuration::class), |
||
| 20 | $serviceLocator->get('EventListenerManager')->get(EventCatcher::class) |
||
| 21 | ); |
||
| 24 |