Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class ProductGroupsResponder implements ApiResponderInterface, WorkerInterface |
||
23 | { |
||
24 | use Responder; |
||
|
|||
25 | |||
26 | private $groups; |
||
27 | |||
28 | private $count; |
||
29 | |||
30 | /** |
||
31 | * @inheritDoc |
||
32 | */ |
||
33 | public function process(ContractResponseInterface $response): ApiResponderInterface |
||
38 | } |
||
39 | |||
40 | protected function success(\stdClass $response) |
||
54 |