Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class GetSubscriptionRequest extends AbstractRequest |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritDoc} |
||
24 | */ |
||
25 | protected function getRelativeUrl(): string |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | */ |
||
33 | public function createModel(): ModelInterface |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * {@inheritDoc} |
||
40 | */ |
||
41 | public function getStrategy(): StrategyInterface |
||
46 |