| Total Complexity | 6 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class QueueInjector implements InjectorInterface |
||
| 17 | { |
||
| 18 | private QueueConnectionProviderInterface $queueManager; |
||
| 19 | |||
| 20 | public function __construct(QueueConnectionProviderInterface $queueManager) |
||
| 23 | } |
||
| 24 | |||
| 25 | public function createInjection(ReflectionClass $class, string $context = null): QueueInterface |
||
| 54 |