| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | 1 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
|
| 20 | { |
||
| 21 | $container[self::RABBITMQ_FACADE] = function (DependencyContainerInterface $container) { |
||
| 22 | 1 | return $container->getLocator()->rabbitMQ()->facade(); |
|
|
|
|||
| 23 | }; |
||
| 24 | |||
| 25 | 1 | return $container; |
|
| 26 | } |
||
| 27 | } |