Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
35 | 3 | public function createWebserviceClient( |
|
36 | ClientRegistryInterface $clientRegistry, |
||
37 | MetadataFactoryInterface $metadataFactory, |
||
38 | SerializerInterface $serializer |
||
39 | ): WebserviceClientInterface { |
||
40 | 3 | return new WebserviceClient($clientRegistry, $metadataFactory, $serializer, $serializer); |
|
41 | } |
||
42 | } |