Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 41.67% |
Changes | 0 |
1 | <?php |
||
17 | final class ConstructorLessInstanciator implements InstanciatorInterface |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | 1 | public function build(string $class, MapInterface $properties) |
|
36 | ); |
||
37 | } |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | 1 | public function parameters(string $class): SetInterface |
|
48 |