Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | #[AsService] |
||
25 | final class ContextExtractorLocator implements ContextExtractorLocatorInterface |
||
26 | { |
||
27 | /** @var HashMap<string, ContextExtractorInterface> */ |
||
28 | private readonly HashMap $resolvers; |
||
29 | |||
30 | public function __construct( |
||
35 | } |
||
36 | |||
37 | public function get(object|string $target): ContextExtractorInterface |
||
43 |