| Total Complexity | 6 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class QueueInjector implements InjectorInterface |
||
| 14 | { |
||
| 15 | private QueueConnectionProviderInterface $queueManager; |
||
| 16 | |||
| 17 | public function __construct(QueueConnectionProviderInterface $queueManager) |
||
| 20 | } |
||
| 21 | |||
| 22 | public function createInjection(ReflectionClass $class, string $context = null): QueueInterface |
||
| 51 |