| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | class PreCheckoutQuery extends Entity |
||
| 26 | { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Answer this pre-checkout query. |
||
| 30 | * |
||
| 31 | * @param bool $ok |
||
| 32 | * @param array $data |
||
| 33 | * |
||
| 34 | * @return Response |
||
| 35 | */ |
||
| 36 | public function answer(bool $ok, array $data = []): Response |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | protected function subEntities(): array |
||
| 56 |