| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class GetData extends AbstractLocation { |
||
| 10 | |||
| 11 | protected function _getPayload() : array { |
||
| 12 | |||
| 13 | return []; |
||
| 14 | } |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return Response\AbstractResponse|Response\Account\GetData |
||
| 18 | * @throws Exception\InvalidResponse |
||
| 19 | * @throws Exception\RateLimitReached |
||
| 20 | */ |
||
| 21 | public function getResponse() : Response\AbstractResponse { |
||
| 24 | } |
||
| 25 | } |