Total Complexity | 5 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class OrderReceiptInfoResponder implements ApiResponderInterface, WorkerInterface |
||
23 | { |
||
24 | use Responder; |
||
|
|||
25 | |||
26 | private $orderInfo; |
||
27 | |||
28 | /** |
||
29 | * @inheritDoc |
||
30 | */ |
||
31 | public function process(ContractResponseInterface $response): ApiResponderInterface |
||
36 | } |
||
37 | |||
38 | protected function success(\stdClass $response) |
||
51 |