Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | class EntityResolverWhereBuilderRegistry |
||
14 | { |
||
15 | /** @var ContainerInterface */ |
||
16 | private $container; |
||
17 | |||
18 | 1 | public function __construct(ContainerInterface $container) |
|
19 | { |
||
20 | 1 | $this->container = $container; |
|
21 | 1 | } |
|
22 | |||
23 | 1 | public function resolveService(string $className): WhereBuilderInterface |
|
26 | } |
||
27 | } |
||
28 |