Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class DeliveryDocumentsEndpoint extends ResourceEndpoint |
||
19 | { |
||
20 | /** @use CRUDEndpointTrait<DeliveryDocument> */ |
||
21 | use CRUDEndpointTrait; |
||
22 | |||
23 | /** |
||
24 | * @param Delivery|string $delivery |
||
25 | */ |
||
26 | public function __construct(DeliveriesEndpoint $parent, $delivery) |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param mixed[] $body |
||
33 | */ |
||
34 | public function positions(array $body): void |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * @param mixed[] $query |
||
41 | */ |
||
42 | public function download(string $id, array $query = []): FileResponse |
||
47 |