Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
31 | 1 | public function __construct(ContainerInterface $container, $serviceId, array $denormalizationClassToTypeMappings) |
|
32 | { |
||
33 | 1 | $this->container = $container; |
|
34 | 1 | $this->serviceId = $serviceId; |
|
35 | 1 | $this->denormalizationClassToTypeMappings = $denormalizationClassToTypeMappings; |
|
36 | 1 | } |
|
37 | |||
66 |