| Total Complexity | 5 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 76.92% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class ContainerRegistry implements HandlerRegistryInterface |
||
| 14 | { |
||
| 15 | private readonly Inflector $inflector; |
||
| 16 | |||
| 17 | 359 | public function __construct( |
|
| 21 | } |
||
| 22 | |||
| 23 | 1 | public function getHandler(string $jobType): HandlerInterface |
|
| 36 | } |
||
| 37 | |||
| 38 | 1 | private function className(string $jobType): string |
|
| 46 |