Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | class ShippingQuery extends Entity |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Answer this shipping query. |
||
27 | * |
||
28 | * @param bool $ok |
||
29 | * @param array $data |
||
30 | * |
||
31 | * @return Response |
||
32 | */ |
||
33 | public function answer(bool $ok, array $data = []): Response |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | protected function subEntities(): array |
||
53 |