Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class Create 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\Create { |
||
49 | } |
||
50 | } |