Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 85.71% |
Changes | 0 |
1 | <?php |
||
25 | class ResponseToArrayConverterLocator |
||
26 | { |
||
27 | /** @var UtilsFactory */ |
||
28 | private $factory; |
||
29 | |||
30 | 24 | public function __construct(UtilsFactory $factory) |
|
31 | { |
||
32 | 24 | $this->factory = $factory; |
|
33 | 24 | } |
|
34 | |||
35 | 24 | public function locate(Response $response): ResponseToArrayConverterInterface |
|
42 | } |
||
43 | } |
||
44 |