Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | #[AsService] |
||
25 | class OptionsResolverLocator implements OptionsResolverLocatorInterface |
||
26 | { |
||
27 | /** @var HashMap<string, OptionsResolverInterface> */ |
||
28 | private readonly HashMap $resolvers; |
||
29 | |||
30 | public function __construct( |
||
35 | } |
||
36 | |||
37 | public function get(OptionsInterface $option): OptionsResolverInterface |
||
43 |