| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class Get extends AbstractRequest { |
||
| 16 | |||
| 17 | protected $_account; |
||
| 18 | |||
| 19 | public function __construct(Account $account) { |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @throws Exception\InvalidResponse |
||
| 25 | * @throws Exception\RateLimitReached |
||
| 26 | * @throws Exception\ServiceUnavailable |
||
| 27 | */ |
||
| 28 | public function getResponse() : Response\Account\Get { |
||
| 48 | } |
||
| 49 | } |