Total Complexity | 9 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Coverage | 8.33% |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Get extends AbstractAuthorization { |
||
8 | |||
9 | public function getIdentifier() : Struct\Identifier { |
||
14 | ); |
||
15 | } |
||
16 | |||
17 | public function getStatus() : string { |
||
18 | return $this->_raw->body['status']; |
||
19 | } |
||
20 | |||
21 | public function getExpires() : string { |
||
23 | } |
||
24 | |||
25 | 1 | public function getChallenges() : array { |
|
27 | } |
||
28 | |||
29 | public function getChallenge(string $type) : ?Struct\Challenge { |
||
58 | } |
||
59 | } |