Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | final class ThirdPartiesCustomerCategoryService extends AbstractService |
||
18 | { |
||
19 | /** |
||
20 | * @param HttpClientInterface $httpClient |
||
21 | * @param SerializerInterface $serializerInterface |
||
22 | */ |
||
23 | public function __construct(HttpClientInterface $httpClient, SerializerInterface $serializerInterface) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param ResourceId $thirdpartyId |
||
30 | * @param ResourceId $catgeory |
||
31 | * |
||
32 | * @throws ApiException |
||
33 | * @throws \Exception |
||
34 | */ |
||
35 | public function attach(ResourceId $thirdpartyId, ResourceId $catgeory) |
||
40 |