| Total Complexity | 2 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class Start extends AbstractRequest { |
||
| 18 | |||
| 19 | protected $_account; |
||
| 20 | protected $_order; |
||
| 21 | protected $_challenge; |
||
| 22 | |||
| 23 | public function __construct(Account $account, Order $order, Response\Authorization\Struct\Challenge $challenge) { |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @throws Exception\InvalidResponse |
||
| 32 | * @throws Exception\RateLimitReached |
||
| 33 | * @throws Exception\ExpiredAuthorization |
||
| 34 | * @throws Exception\ServiceUnavailable |
||
| 35 | */ |
||
| 36 | public function getResponse() : Response\Authorization\Start { |
||
| 59 | } |
||
| 60 | } |