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