| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class Get extends AbstractRequest { |
||
| 16 | |||
| 17 | protected Order $_order; |
||
| 18 | private string $location; |
||
| 19 | |||
| 20 | public function __construct(Order $order, string $location) { |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @throws Exception\InvalidResponse |
||
| 28 | * @throws Exception\RateLimitReached |
||
| 29 | * @throws Exception\ServiceUnavailable |
||
| 30 | */ |
||
| 31 | public function getResponse() : Response\Order\Get { |
||
| 48 | } |
||
| 49 | } |