Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class ServerCompletePurchaseResponse extends AbstractServerCompletePurchaseResponse |
||
13 | { |
||
14 | use CompletePurchaseResponseTrait; |
||
15 | |||
16 | /** |
||
17 | * @return [] |
||
|
|||
18 | */ |
||
19 | public function getSessionDebug(): array |
||
24 | ]; |
||
25 | } |
||
26 | |||
27 | /** @noinspection PhpMissingParentCallCommonInspection |
||
28 | * @return bool |
||
29 | */ |
||
30 | protected function canProcessModel() |
||
35 |