| Total Complexity | 1 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class RabbitMqService extends AbstractWithLocator implements BootInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param \Xervice\Kernel\Business\Service\ServiceProviderInterface $serviceProvider |
||
| 18 | * |
||
| 19 | * @throws \Core\Locator\Dynamic\ServiceNotParseable |
||
| 20 | */ |
||
| 21 | public function boot(ServiceProviderInterface $serviceProvider): void |
||
| 24 | } |
||
| 25 | } |